Fix root path

This commit is contained in:
Girish Ramakrishnan
2015-02-09 20:21:06 -08:00
parent f48fc0e5a6
commit d735ff9bf1
+1 -1
View File
@@ -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 / {