Merge branch 'acs-adw-base' into acs-frontend-enterprise

This commit is contained in:
2021-01-13 18:18:28 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ services:
mem_limit: 128m
environment:
BASE_PATH: ./
APP_CONFIG_ECM_HOST: "${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}"
proxy:
build: ./nginx-ingress

View File

@@ -61,7 +61,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;