From 221a3ea031414fb0275c69220a3d9b111cd96247 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 3 Sep 2017 23:07:26 +0200 Subject: [PATCH] [fix] little correction --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;