1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00
This commit is contained in:
Éric Gaspar 2023-11-15 11:17:59 +01:00
parent 4be5464020
commit 84b4977180
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Configuring PHP-FPM..."
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
#=================================================
# NGINX CONFIGURATION

View file

@ -51,7 +51,7 @@ chmod 700 "$install_dir/data/config.json.php"
ynh_script_progression --message="Upgrading PHP-FPM configuration..."
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
#=================================================
# NGINX CONFIGURATION