mirror of
https://github.com/linuxserver/docker-phpmyadmin.git
synced 2026-01-14 17:02:08 +08:00
nginx conf tweaks
This commit is contained in:
parent
f959b68a5c
commit
cff2236608
@ -17,7 +17,7 @@ server {
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
try_files $uri $uri/ /index.php$is_args$args;
|
||||
}
|
||||
|
||||
# set expiration of assets to MAX for caching
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user