Update README.md

This commit is contained in:
2024-02-22 08:57:38 -08:00
parent 1880d20e7d
commit a258ff7649

View File

@@ -36,6 +36,11 @@ server
index index.php;
location /
{
try_files $uri $uri/ /index.php?$args;
}
location ~ [^/]\.php(/|$)
{
fastcgi_split_path_info ^(.+?\.php)(/.*)$;