Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
Showing only changes of commit 63b26a104d - Show all commits

View File

@ -57,7 +57,7 @@ server {
try_files $uri $uri/ /index.php$uri?$args; try_files $uri $uri/ /index.php$uri?$args;
} }
location ~ "^(.+\.php)($|/)" { location ~ ^(.+\.php)($|/) {
fastcgi_split_path_info ^(.+\.php)(.*)$; fastcgi_split_path_info ^(.+\.php)(.*)$;
fastcgi_index index.php; fastcgi_index index.php;
} }