File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ git checkout -t origin/nginx_${INSTANCE_NAME}
188188ln -s /etc/nginx/sites-available/magento.conf /etc/nginx/sites-enabled/magento.conf
189189
190190sed -i " s/user nginx;/user ${BRAND} ;/" /etc/nginx/nginx.conf
191- sed -i " s/ CIDR/ ${CIDR} / " /etc/nginx/nginx.conf
191+ sed -i " s, CIDR, ${CIDR} , " /etc/nginx/nginx.conf
192192sed -i " s/INSTANCE_LOCAL_IP/$$ {INSTANCE_LOCAL_IP}/" /etc/nginx/sites-available/magento.conf
193193sed -i " s/example.com/%{ if " ${INSTANCE_NAME} " != " staging" }${DOMAIN} %{ else }${STAGING_DOMAIN} %{ endif }/g" /etc/nginx/sites-available/magento.conf
194194sed -i " s/example.com/%{ if " ${INSTANCE_NAME} " != " staging" }${DOMAIN} %{ else }${STAGING_DOMAIN} %{ endif }/g" /etc/nginx/nginx.conf
You can’t perform that action at this time.
0 commit comments