diff --git a/etc/nginx/common/locations.conf b/etc/nginx/common/locations.conf index 659dcd37..059b9f46 100644 --- a/etc/nginx/common/locations.conf +++ b/etc/nginx/common/locations.conf @@ -22,7 +22,7 @@ location ~* \.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|css|rss|atom|js|jpg|jpeg|gi # EasyEngine Shared Settings -location /ee { +location /ee/ { autoindex on; alias /var/www/shared/; include common/allowed_ip.conf;