add index.php to nginx index files
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
index index.php;
|
||||
|
||||
root /var/www/html/src;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user