mirror of
https://github.com/jkaninda/nginx-php-fpm.git
synced 2025-12-07 05:59:44 +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;
|
fastcgi_hide_header X-Runtime;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files \$uri \$uri/ /index.php?\$query_string;
|
try_files \$uri \$uri/ /index.php\$is_args\$args;
|
||||||
gzip_static on;
|
gzip_static on;
|
||||||
}
|
}
|
||||||
location ~ \.css {
|
location ~ \.css {
|
||||||
|
|||||||
Reference in New Issue
Block a user