fix index.html fallback

This commit is contained in:
2024-09-16 09:30:16 -05:00
parent 986404d5b3
commit 554927d17f

View File

@@ -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 / {