Merge pull request #14 from linuxserver/default-tweaks

nginx conf tweaks
This commit is contained in:
Eric Nemchik 2022-08-23 16:53:29 -05:00 committed by GitHub
commit d2faa4bfcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ server {
#auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd;
try_files $uri $uri/ /index.html /index.php?$args;
try_files $uri $uri/ /index.html /index.php$is_args$args;
}
location ~ ^(.+\.php)(.*)$ {