Update nginx.conf
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ location ^~ __PATH__/ {
|
||||
more_set_headers "X-Permitted-Cross-Domain-Policies: none";
|
||||
more_set_headers "Referrer-Policy: no-referrer";
|
||||
|
||||
index index.php;
|
||||
index index.php index.html index.htm;
|
||||
|
||||
location ~ ^__PATH__/index\.php(/.*|)$ {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*|)$;
|
||||
|
||||
Reference in New Issue
Block a user