mirror of
https://github.com/linuxserver/docker-xbackbone.git
synced 2026-02-12 07:59:30 +08:00
Merge pull request #14 from linuxserver/default-tweaks
nginx conf tweaks
This commit is contained in:
commit
d2faa4bfcb
@ -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)(.*)$ {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user