We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This rule is being triggered for all files containing "Application.cfm" in their names, i.e. "my-application.cfm" (also case insensitive).
lucee-dockerfiles/nginx/default.conf
Line 29 in 221f0fc
Could you please change it to something more specific?, I.e. to location ~* [/^]Application.cf[mc]$ { Thanks!
location ~* [/^]Application.cf[mc]$ {
The text was updated successfully, but these errors were encountered:
Does this still catch anyone out really ? Not seen posts on the forum moaning about it ?
Sorry, something went wrong.
No branches or pull requests
This rule is being triggered for all files containing "Application.cfm" in their names, i.e. "my-application.cfm" (also case insensitive).
lucee-dockerfiles/nginx/default.conf
Line 29 in 221f0fc
Could you please change it to something more specific?, I.e. to
location ~* [/^]Application.cf[mc]$ {
Thanks!
The text was updated successfully, but these errors were encountered: