diff --git a/etc/nginx/lucee-proxy.conf b/etc/nginx/lucee-proxy.conf index 14c5135..045688f 100644 --- a/etc/nginx/lucee-proxy.conf +++ b/etc/nginx/lucee-proxy.conf @@ -19,7 +19,7 @@ proxy_set_header X-Webserver-Context $lucee_context; # Enable path_info - http://www.lucee.nl/post.cfm/enable-path-info-on-nginx-with-lucee-and-railo set $pathinfo ""; # if the extension .cfm or .cfc is found, followed by a slash and optional extra -if ($uri ~ "^(.+?\.cf[mc])(/.*)") { +if ($uri ~ "^(.+?\.cf[mc])(/.*)(\?.*)") { # remember the filepath without path_info set $script $1; set $pathinfo $2;