diff --git a/conf/nginx.conf b/conf/nginx.conf index eb55616..031ac7f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location {LOCATION} { - alias {DESTDIR}/www/; + alias {DESTDIR}; # Default indexes and catch-all index index.html index.php;