From 173ee160ca9d5db94d97efe8f905ea6aa422932a Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Mon, 21 Nov 2022 13:43:56 -0700 Subject: [PATCH] Fixing error in server configuration --- jnf.me.sconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jnf.me.sconf b/jnf.me.sconf index 46bc794..708728e 100644 --- a/jnf.me.sconf +++ b/jnf.me.sconf @@ -4,12 +4,12 @@ if ($host != www.jnf.me) { location / { index index.php index.html index.htm; - try files $uri /index.html + try_files $uri /index.html; } location /lucy { index index.php index.html index.htm; - try files $uri /lucy.html; + try_files $uri /lucy.html; } location ~ \.php$ {