fix index.html fallback
This commit is contained in:
@@ -18,7 +18,7 @@ server {
|
|||||||
error_log /var/log/nginx/error.log warn;
|
error_log /var/log/nginx/error.log warn;
|
||||||
|
|
||||||
# index.php
|
# index.php
|
||||||
index index.php;
|
index index.php index.html;
|
||||||
|
|
||||||
# index.html fallback
|
# index.html fallback
|
||||||
location / {
|
location / {
|
||||||
|
|||||||
Reference in New Issue
Block a user