Add initial dashboard entrypoint server side rendering routes
This commit is contained in:
@@ -278,9 +278,16 @@ server {
|
||||
return 302 /;
|
||||
}
|
||||
|
||||
location ~ ^/(logs|filemanager|terminal|passwordreset|setupaccount).html {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
}
|
||||
|
||||
location = / {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
}
|
||||
|
||||
location / {
|
||||
root <%= sourceDir %>/dashboard/dist;
|
||||
index index.html index.htm;
|
||||
error_page 404 = @dashboarderrorredirect;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user