mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -16,7 +16,7 @@ server {
|
||||
proxy_pass_header Set-Cookie;
|
||||
|
||||
location / {
|
||||
proxy_pass http://content-app;
|
||||
proxy_pass http://content-app:8080;
|
||||
}
|
||||
|
||||
location /alfresco/ {
|
||||
|
Reference in New Issue
Block a user