fix a bug in nginx_config.sh
This commit is contained in:
parent
d5f6b2b414
commit
ec8cedc57f
|
@ -23,7 +23,7 @@ sed -i "s/%NGINX_PORT/${NGINX_PORT}/g" ${NGINX_CONF}/nginx_docklet.conf
|
|||
sed -i "s/%PROXY_PORT/${PROXY_PORT}/g" ${NGINX_CONF}/nginx_docklet.conf
|
||||
sed -i "s/%WEB_PORT/${WEB_PORT}/g" ${NGINX_CONF}/nginx_docklet.conf
|
||||
|
||||
if [ "${NGINX_PORT}" != "80" ]
|
||||
if [ "${NGINX_PORT}" != "80" ] && [ "${NGINX_PORT}" != "443" ]
|
||||
then
|
||||
sed -i "s/\$host/\$host:\$server_port/g" ${NGINX_CONF}/nginx_docklet.conf
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue