Feature ACA-2646 local ids (#1179)

* Update docker compose acs community deployment with SSO
This commit is contained in:
Martin Muller
2019-08-27 11:38:15 +02:00
committed by GitHub
parent 2aa44ac6d8
commit 87a8a7bd53
3 changed files with 81 additions and 14 deletions

View File

@@ -23,6 +23,10 @@ server {
proxy_pass http://alfresco:8080;
}
location /api-explorer/ {
proxy_pass http://alfresco:8080/api-explorer;
}
location /share/ {
proxy_pass http://share:8080;
}