Fixing error in server configuration
This commit is contained in:
parent
02e1763715
commit
173ee160ca
@ -4,12 +4,12 @@ if ($host != www.jnf.me) {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
index index.php index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
try files $uri /index.html
|
try_files $uri /index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /lucy {
|
location /lucy {
|
||||||
index index.php index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
try files $uri /lucy.html;
|
try_files $uri /lucy.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
|
Loading…
Reference in New Issue
Block a user