updated default index to include index.php
This commit is contained in:
parent
ecf6a46181
commit
36acebd803
@ -29,7 +29,7 @@ http {
|
|||||||
include /etc/nginx/conf.d/enabled/*.conf;
|
include /etc/nginx/conf.d/enabled/*.conf;
|
||||||
|
|
||||||
# set default index options for all sites
|
# set default index options for all sites
|
||||||
index index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
|
|
||||||
# set default document root for all sites
|
# set default document root for all sites
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
Loading…
Reference in New Issue
Block a user