forward url parameters to php

pull/1/head
Garrit Schroeder 2021-03-15 16:47:08 +01:00
parent c760dc269d
commit c6545a7299
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ server {
fastcgi_hide_header X-Powered-By;
location / {
try_files $uri $uri/ /index.php;
try_files $uri $uri/ /index.php$is_args$query_string;
}
location ~ \.php$ {

View File

@ -38,7 +38,7 @@ server {
fastcgi_hide_header X-Powered-By;
location / {
try_files $uri $uri/ /index.php;
try_files $uri $uri/ /index.php$is_args$query_string;
}
location ~ \.php$ {

View File

@ -24,7 +24,7 @@ server {
fastcgi_hide_header X-Powered-By;
location / {
try_files $uri $uri/ /index.php;
try_files $uri $uri/ /index.php$is_args$query_string;
}
location ~ \.php$ {