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

Fix administrator redirect #52

Closed goochjj closed 4 years ago

goochjj commented 5 years ago

/lucee/ block is the only block evaluated because when regex blocks are matched, the first match (and ONLY the first match) wins.

Need to forward on to lucee appropriately.

justincarter commented 4 years ago

Thanks for this, I've finally got around to integrating this change to use a named "@lucee" location with try_files (including in the example /lucee/ location block), though I applied it manually since the code base had moved on a bit.

https://github.com/lucee/lucee-dockerfiles/commit/202b0bc49558f342765174fa8fd731b7f857977f https://github.com/lucee/lucee-dockerfiles/commit/0418fa9a78af1a3baa0de596edd1a3c28296edc6