diff --git a/Nginx/Server Blocks/journal.libraryofcode.org.conf b/Nginx/Server Blocks/journal.libraryofcode.org.conf index dc9ae9c..ad15779 100644 --- a/Nginx/Server Blocks/journal.libraryofcode.org.conf +++ b/Nginx/Server Blocks/journal.libraryofcode.org.conf @@ -32,6 +32,10 @@ server { error_page 404 /index.php; + location / { + try_files $uri $uri/ /index.php?$args; + } + location ~ ^(.+\.php)(.*)$ { set $path_info $fastcgi_path_info;