Delete old webui project, configure nginx and docker for new ui
This commit is contained in:
@@ -13,8 +13,8 @@ http {
|
||||
server webapi:8080;
|
||||
}
|
||||
|
||||
upstream webui {
|
||||
server webui:3000;
|
||||
upstream ui {
|
||||
server ui:3000;
|
||||
}
|
||||
|
||||
upstream seq {
|
||||
@@ -120,7 +120,7 @@ http {
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://webui/;
|
||||
proxy_pass http://ui/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
||||
Reference in New Issue
Block a user