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$ {