1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xbackbone_ynh.git synced 2024-09-03 19:15:53 +02:00
This commit is contained in:
Éric Gaspar 2023-08-19 15:07:17 +02:00
parent fd85a5dce3
commit c81a87a474
2 changed files with 1 additions and 6 deletions

View file

@ -11,7 +11,7 @@ maintainers = ["eric_G"]
[upstream]
license = "AGPL-3.0"
website = "https://xbackbone.app/"
admindoc = "https://xbackbone.app/"
code = "https://github.com/SergiX44/XBackBone"
[integration]

View file

@ -35,11 +35,6 @@ ynh_script_progression --message="Restoring the PHP-FPM configuration..." --time
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
#=================================================
# RESTORE THE NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Restoring the NGINX web server configuration..." --time --weight=1
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================