diff --git a/Nginx/Server Blocks/journal.libraryofcode.org.conf b/Nginx/Server Blocks/journal.libraryofcode.org.conf index ad15779..1503034 100644 --- a/Nginx/Server Blocks/journal.libraryofcode.org.conf +++ b/Nginx/Server Blocks/journal.libraryofcode.org.conf @@ -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)(.*)$;