1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update install

This commit is contained in:
Mickael-Martin 2019-01-29 13:32:00 +01:00
parent 845e754d9e
commit de7a56274e

View file

@ -252,8 +252,6 @@ ynh_add_fpm_config
# Set the app as temporarily public for curl call # Set the app as temporarily public for curl call
#ynh_app_setting_set $app skipped_uris "/" #ynh_app_setting_set $app skipped_uris "/"
# Reload SSOwat config
yunohost app ssowatconf
# Reload Nginx # Reload Nginx
systemctl reload nginx systemctl reload nginx
@ -372,6 +370,9 @@ fi
systemctl reload nginx systemctl reload nginx
# Reload SSOwat config
yunohost app ssowatconf
#================================================= #=================================================
# Import Yunohost template # Import Yunohost template
#================================================= #=================================================