fix
This commit is contained in:
parent
1d5eb6c1b6
commit
78b202c264
@ -10,7 +10,7 @@ server {
|
|||||||
index index.php;
|
index index.php;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ /index.php?$args;
|
||||||
}
|
}
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
|
Loading…
Reference in New Issue
Block a user