added host-based config

This commit is contained in:
2021-01-13 18:14:24 -05:00
parent 0a0cb15580
commit 5ea48c405f
2 changed files with 3 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ http {
}
location /workspace/ {
proxy_pass http://digital-workspace:8080;
proxy_pass http://digital-workspace:8080/;
# If using external proxy / load balancer (for initial redirect if no trailing slash)
absolute_redirect off;