merge-requests/2/head
Matthew 2021-07-08 23:52:49 -04:00
parent 8536eece2f
commit a1387e26f8
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 2 additions and 6 deletions

View File

@ -18,7 +18,8 @@ server {
location / {
try_files $uri $uri/ /index.php?$query_string;
#try_files $uri $uri/ /index.php?$query_string;
try_files $uri $uri/ /index.php?$args;
}
location = /favicon.ico {
@ -32,11 +33,6 @@ server {
error_page 404 /index.php;
location / {
try_files $uri $uri/ /index.php?$args;
}
location ~ ^(.+\.php)(.*)$ {
set $path_info $fastcgi_path_info;
fastcgi_split_path_info ^(.+\.php)(.*)$;