lucee / lucee-dockerfiles

Official Lucee Dockerfiles for Docker Hub build images
https://hub.docker.com/u/lucee/
MIT License
85 stars 50 forks source link

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

Open r4nd0m opened 4 years ago

r4nd0m commented 4 years ago

This rule is being triggered for all files containing "Application.cfm" in their names, i.e. "my-application.cfm" (also case insensitive). https://github.com/lucee/lucee-dockerfiles/blob/221f0fcadc666277224d8cde45a5529fa7eb0b4d/nginx/default.conf#L29

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

tomchiverton commented 6 months ago

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