Do not overwrite URL file

This commit is contained in:
Jose Diaz-Gonzalez
2014-12-11 02:14:52 -05:00
parent 605ba27eeb
commit 11b126a845

View File

@@ -71,7 +71,6 @@ EOF
echo "-----> Creating $SCHEME nginx.conf"
echo "upstream $APP { server 127.0.0.1:$PORT; }" > $DOKKU_ROOT/$APP/nginx.conf
eval "cat <<< \"$(< $NGINX_CONF)\" >> $DOKKU_ROOT/$APP/nginx.conf"
echo $NOSSL_SERVER_NAME > "$DOKKU_ROOT/$APP/URL"
echo "-----> Running nginx-pre-reload"
pluginhook nginx-pre-reload $APP $PORT