This commit is contained in:
Administrator
2022-08-31 22:47:22 +03:00
parent 290da7f786
commit c7044db800
8 changed files with 182 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ http {
server_name swarmpit.develop.sprinthub.ru;
location / {
proxy_pass http://dev.develop.sprinthub.ru:888/;
proxy_pass http://app:8080/;
}
}

View File

@@ -17,7 +17,7 @@ http {
server_name swarmpit.sprinthub.ru;
location / {
proxy_pass http://dev.sprinthub.ru:888/;
proxy_pass http://app:8080/;
}
}