Start nginx after letsencrypt configuration
This commit is contained in:
parent
f20934b035
commit
95fd5c6f06
1 changed files with 4 additions and 0 deletions
4
debian/gitlab.postinst
vendored
4
debian/gitlab.postinst
vendored
|
@ -228,6 +228,10 @@ case "$1" in
|
|||
echo "Stop your webserver and try running letsencrypt manually..."
|
||||
echo "$LETSENCRYPT_CMD"
|
||||
}
|
||||
if command -v nginx > /dev/null; then
|
||||
echo "Starting nginx (letsencrypt configuration completed) ..."
|
||||
invoke-rc.d nginx start
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue