From 8536eece2fb90794118163cb4271f0751d93308e Mon Sep 17 00:00:00 2001 From: Matthew R Date: Thu, 8 Jul 2021 23:51:51 -0400 Subject: [PATCH] fixes --- Nginx/Server Blocks/journal.libraryofcode.org.conf | 4 ++++ 1 file changed, 4 insertions(+) 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;