Merge branch 'acs-backend-enterprise' into acs-frontend-enterprise

This commit is contained in:
2021-01-13 11:28:54 -05:00
3 changed files with 24 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ if [[ $ACS_SHARE_URL ]]; then
sed -i s%http:\/\/share:8080%"$ACS_SHARE_URL"%g /etc/nginx/nginx.conf
fi
if [[ $ACS_SYNC_URL ]]; then
sed -i s%http:\/\/sync:9090%"$ACS_SYNC_URL"%g /etc/nginx/nginx.conf
fi
if [[ $ACCESS_LOG ]]; then
sed -i s%\#ENV_ACCESS_LOG%"access_log $ACCESS_LOG;"%g /etc/nginx/nginx.conf
fi