updated default index to include index.php

This commit is contained in:
Asif Bacchus 2019-01-04 03:52:15 -07:00
parent ecf6a46181
commit 36acebd803

View File

@ -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;