support php for nested routes
This commit is contained in:
parent
48724219b3
commit
a0929f0059
@ -5,7 +5,7 @@ server {
|
||||
index index.php index.html index.htm;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ index.php$is_args$args;
|
||||
try_files $uri $uri/ /index.php$is_args$args;
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
|
Loading…
Reference in New Issue
Block a user