File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.15.67 2022-10-05 <dave at tiredofit dot ca >
2+
3+ ### Changed
4+ - Fix for APP_PROXY command not updating correctly after container restart
5+
6+
17## 1.15.66 2022-10-05 <dave at tiredofit dot ca >
28
39 ### Added
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ if grep -q "APP_URL" "${NGINX_WEBROOT}"/.env > /dev/null 2>&1; then
132132 if ! grep -q "APP_PROXY" "${NGINX_WEBROOT}"/.env > /dev/null 2>&1; then
133133 echo "APP_PROXY=${APP_PROXY}" | sudo -u "${NGINX_USER}" tee -a "${NGINX_WEBROOT}"/.env
134134 else
135- sed -i --follow-symlinks "s#APP_PROXY=.*#APP_PROXY=${APP_PROXY}g" "${NGINX_WEBROOT}"/.env
135+ sed -i --follow-symlinks "s#APP_PROXY=.*#APP_PROXY=${APP_PROXY}# g" "${NGINX_WEBROOT}"/.env
136136 fi
137137
138138 else
You can’t perform that action at this time.
0 commit comments