Merge remote-tracking branch 'origin/acs-frontend-enterprise' into acs-aims-enterprise

This commit is contained in:
2021-01-13 17:22:01 -05:00
3 changed files with 86 additions and 3 deletions
+11
View File
@@ -48,10 +48,21 @@ http {
# If using external proxy / load balancer (for initial redirect if no trailing slash)
absolute_redirect off;
}
location /sync/ {
proxy_pass http://sync:9090/alfresco/;
}
location /share/ {
proxy_pass http://share:8080;
}
location /workspace/ {
proxy_pass http://digital-workspace:8080;
# If using external proxy / load balancer (for initial redirect if no trailing slash)
absolute_redirect off;
}
location /auth/ {
proxy_pass http://identity:8080;