nginx conf tweaks

This commit is contained in:
Eric Nemchik 2022-08-23 09:30:30 -05:00
parent 2f4c1fed51
commit ea2d9b30eb

View File

@ -44,7 +44,7 @@ server {
# enable for Authelia (requires authelia-server.conf in the server block)
#include /config/nginx/authelia-location.conf;
try_files $uri $uri/ /index.html /index.php?$args =404;
try_files $uri $uri/ /index.html /index.php$is_args$args =404;
}
location ~ ^(.+\.php)(.*)$ {