This commit is contained in:
yalh76
2025-03-17 02:06:33 +01:00
parent 99979a7aa6
commit abed61dbf5
8 changed files with 83 additions and 34 deletions
+5
View File
@@ -1,5 +1,9 @@
#!/bin/bash
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source _common.sh
source /usr/share/yunohost/helpers
@@ -8,6 +12,7 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression "Updating NGINX web server configuration..."
# this will most likely adjust NGINX config correctly
ynh_config_change_url_nginx
#=================================================