[ACA-2229] run aca nginx as non-root (#979)

* run aca nginx as non-root

* remove edit permissions from html folder
This commit is contained in:
Denys Vuika
2019-02-27 21:02:18 +00:00
committed by GitHub
parent a25385049d
commit ed8f0352b0
5 changed files with 20 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ server {
proxy_pass_header Set-Cookie;
location / {
proxy_pass http://content-app;
proxy_pass http://content-app:8080;
}
location /alfresco/ {