Merge branch 'acs-base.proxy' into acs-adw-base.acs-base

This commit is contained in:
Brian Long 2020-12-17 16:29:54 -05:00
commit f239550be7

View File

@ -1,7 +1,7 @@
#!/bin/sh
if [[ $ACS_PLATFORM_URL ]]; then
sed -i s%http:\/\/platform:8080%"$REPO_URL"%g /etc/nginx/nginx.conf
sed -i s%http:\/\/platform:8080%"$ACS_PLATFORM_URL"%g /etc/nginx/nginx.conf
fi
if [[ $ADW_URL ]]; then