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