diff --git a/customer/usr/local/nginx/etc/nginx/conf.d/default.conf b/customer/usr/local/nginx/etc/nginx/conf.d/default.conf index 4a548c2..dbc72ed 100644 --- a/customer/usr/local/nginx/etc/nginx/conf.d/default.conf +++ b/customer/usr/local/nginx/etc/nginx/conf.d/default.conf @@ -8,6 +8,7 @@ server { location / { root /usr/local/nginx/html; index index.html index.htm index.php; + autoindex on; } #error_page 404 /404.html;