Browse Source

fixed /ee/ location

/ee match with /ee-page/, it was giving 403 error. Hence fixed it by adding extra "/"
old-stable
Nitun 11 years ago
parent
commit
00a1541b9c
  1. 2
      etc/nginx/common/locations.conf

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

Loading…
Cancel
Save