Update README
This commit is contained in:
parent
b346bdf337
commit
63b26a104d
@ -57,7 +57,7 @@ server {
|
||||
try_files $uri $uri/ /index.php$uri?$args;
|
||||
}
|
||||
|
||||
location ~ "^(.+\.php)($|/)" {
|
||||
location ~ ^(.+\.php)($|/) {
|
||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||
fastcgi_index index.php;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user