diff --git a/nginx.template.conf b/nginx.template.conf index 6b9ad70..9301095 100644 --- a/nginx.template.conf +++ b/nginx.template.conf @@ -12,7 +12,7 @@ events { http { include $!{nginx}/conf/mime.types; - index index.html index.htm index.php; + index index.html index.php index.htm; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] $status '