diff --git a/src/nginx.appconfig.ejs b/src/nginx.appconfig.ejs index 988858447..3beef72c8 100644 --- a/src/nginx.appconfig.ejs +++ b/src/nginx.appconfig.ejs @@ -17,7 +17,7 @@ server { error_page 500 502 503 504 =302 @appstatus; location @appstatus { internal; - root <%= sourceDir %>/webadmin; + root <%= sourceDir %>/webadmin/dist; rewrite ^/$ /appstatus.html break; } location / {