1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/h5ai_ynh.git synced 2024-09-03 20:36:25 +02:00
This commit is contained in:
Éric Gaspar 2023-04-07 15:33:44 +02:00
parent 0a30aeda36
commit 2916d2f133
2 changed files with 2 additions and 4 deletions

View file

@ -5,7 +5,7 @@ name = "h5ai"
description.en = "Modern HTTP web server index for NGINX"
description.fr = "Serveur moderne d'index pour NGINX"
version = "0.30.0~ynh5"
version = "0.30.0~ynh6"
maintainers = ["alexAubin"]
@ -17,7 +17,7 @@ admindoc = "https://larsjung.de/h5ai/"
code = "https://github.com/lrsjng/h5ai"
[integration]
yunohost = ">= 11.1.15"
yunohost = ">= 11.1.17"
architectures = "all"
multi_instance = true
ldap = false

View file

@ -27,8 +27,6 @@ ynh_script_progression --message="Restoring system configurations related to $ap
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================