mirror of
https://github.com/jkaninda/nginx-php-fpm.git
synced 2025-12-06 21:49:41 +01:00
Used args instead of query string
args uses query string and php arguments supplied to the binary
This commit is contained in:
committed by
GitHub
parent
74585d88fb
commit
8ec9c43959
@@ -88,7 +88,7 @@ fi
|
||||
fastcgi_hide_header X-Runtime;
|
||||
|
||||
location / {
|
||||
try_files \$uri \$uri/ /index.php?\$query_string;
|
||||
try_files \$uri \$uri/ /index.php\$is_args\$args;
|
||||
gzip_static on;
|
||||
}
|
||||
location ~ \.css {
|
||||
|
||||
Reference in New Issue
Block a user