Fix nginx conf
This commit is contained in:
parent
dff69933c4
commit
65f23aee56
@ -37,7 +37,7 @@ http {
|
|||||||
index index.php;
|
index index.php;
|
||||||
try_files $uri $uri/ $uri/index.php &uri/index.html =404;
|
try_files $uri $uri/ $uri/index.php &uri/index.html =404;
|
||||||
break;
|
break;
|
||||||
expire 4320;
|
expires 4320;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
|
Loading…
Reference in New Issue
Block a user