Fixing error in server configuration

This commit is contained in:
Jason Williams 2022-11-21 13:43:56 -07:00
parent 02e1763715
commit 173ee160ca
1 changed files with 2 additions and 2 deletions

View File

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