diff --git a/conf/nginx.conf b/conf/nginx.conf index 9959e7e..ccbfa21 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,7 +3,7 @@ location __PATH__/ { # Path to source - alias __HTML_PATH__/; + alias __DATA_DIR__/; index index.html;