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