add index.php to nginx index files

This commit is contained in:
2025-12-14 01:34:03 +03:30
parent 3c194fe99d
commit 137d10a515

View File

@@ -1,6 +1,7 @@
server {
listen 80;
server_name localhost;
index index.php;
root /var/www/html/src;