diff --git a/README.md b/README.md index ff40f0e..5883d86 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ server index index.php; + location / + { + try_files $uri $uri/ /index.php?$args; + } + location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$;