mirror of
https://github.com/jkaninda/nginx-php-fpm.git
synced 2025-12-07 22:19:44 +01:00
Merge pull request #26 from ExtremTechniker/ExtremTechniker-patch-1
Used args instead of query string
This commit is contained in:
@@ -103,7 +103,7 @@ if [ -f /var/www/html/conf/nginx/nginx-site.conf ]; then
|
||||
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