Added directory index line 26

Added: index index.html index.htm;

Required by NGINX
This commit is contained in:
DrTrills 2014-04-24 16:12:44 -04:00
parent bf0e3657f9
commit cc8ce13035
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ server {
# Path for static files
root /sites/example.com/public;
index index.html index.htm index.php;
#Specify a charset
charset utf-8;