diff --git a/conf/nginx.conf b/conf/nginx.conf index 1a4f626..c71e2df 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __FINALPATH__/; + alias __INSTALL_DIR__/; index index.html; @@ -25,7 +25,7 @@ location __PATH__/ { #more_set_headers "Access-Control-Expose-Headers: Content-Length"; #more_set_headers "Access-Control-Allow-Headers: Range"; #more_set_headers "Accept-Ranges: bytes"; - alias __FINALPATH__/dist/; + alias __INSTALL_DIR__/dist/; } # Include SSOWAT user panel.