Fix root path
This commit is contained in:
@@ -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 / {
|
||||
|
||||
Reference in New Issue
Block a user