1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00
This commit is contained in:
Éric Gaspar 2023-03-12 18:21:05 +01:00
parent 5c835f77c0
commit 3f07fb59d4
2 changed files with 1 additions and 5 deletions

View file

@ -34,6 +34,7 @@ ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
chown +x "$install_dir/ifm.php"
#=================================================
# PHP-FPM CONFIGURATION

View file

@ -60,11 +60,6 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint
#=================================================
# NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=2
# Create a dedicated NGINX config
ynh_add_nginx_config