mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Do not overwrite URL file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user