added adw to nginx

This commit is contained in:
2020-12-17 16:28:54 -05:00
parent 5cd3530ef0
commit e5824d17e1
3 changed files with 12 additions and 1 deletions

View File

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