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:
parent
7422d5742e
commit
8ea9a42380
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue