Rename webadmin to dashboard

The box nginx config has to be re-generated but this is always
done at box restart time
This commit is contained in:
Girish Ramakrishnan
2018-03-15 14:01:20 -07:00
parent 65f07cb7c0
commit a07c4423c4
4 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -106,7 +106,7 @@ server {
proxy_set_header Connection $connection_upgrade;
# only serve up the status page if we get proxy gateway errors
root <%= sourceDir %>/webadmin/dist;
root <%= sourceDir %>/dashboard/dist;
error_page 502 503 504 /appstatus.html;
location /appstatus.html {
internal;
@@ -160,7 +160,7 @@ server {
# }
location / {
root <%= sourceDir %>/webadmin/dist;
root <%= sourceDir %>/dashboard/dist;
index index.html index.htm;
}
<% } else if ( endpoint === 'app' ) { %>