1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

Fix remove nginx config

This commit is contained in:
Pierre Bourré 2018-12-19 00:48:27 +01:00
parent 7422d5742e
commit 8ea9a42380

View file

@ -18,6 +18,7 @@ source ./_common.sh
# See comments in install script
app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get "$app" domain)
port=$(ynh_app_setting_get "$app" web_port)
portUnicorn=$(ynh_app_setting_get "$app" unicorn_port)