Skip to content
New issue

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

Nginx blocking rule for Application.cfm affecting other files #66

Open
r4nd0m opened this issue Aug 19, 2020 · 1 comment
Open

Nginx blocking rule for Application.cfm affecting other files #66

r4nd0m opened this issue Aug 19, 2020 · 1 comment

Comments

@r4nd0m
Copy link

r4nd0m commented Aug 19, 2020

This rule is being triggered for all files containing "Application.cfm" in their names, i.e. "my-application.cfm" (also case insensitive).

location ~* Application.cf[mc]$ {

Could you please change it to something more specific?, I.e. to location ~* [/^]Application.cf[mc]$ {
Thanks!

@tomchiverton
Copy link
Contributor

Does this still catch anyone out really ? Not seen posts on the forum moaning about it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants