support php for nested routes

master
Michael Contento 7 years ago
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…
Cancel
Save