1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mineweb_ynh.git synced 2024-09-03 19:45:54 +02:00
This commit is contained in:
Éric Gaspar 2023-11-24 17:10:38 +01:00
parent c510fc878e
commit b04a1df305
3 changed files with 3 additions and 4 deletions

View file

@ -29,13 +29,13 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=2
ynh_add_nginx_config
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
#=================================================
# MODIFY A CONFIG FILE
#=================================================
ynh_add_config --template="../conf/database.php" --destination="$install_dir/app/Config/database.php"
ynh_add_config --template="database.php" --destination="$install_dir/app/Config/database.php"
#=================================================
# MODIFY FIRST.CTP

View file

@ -17,7 +17,6 @@ ynh_script_progression --message="Stopping and removing the systemd service..."
# Remove the dedicated systemd config
ynh_remove_systemd_config
# Remove the dedicated NGINX config
ynh_remove_nginx_config

View file

@ -41,7 +41,7 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." -
ynh_add_nginx_config
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
#=================================================
# MODIFY A CONFIG FILE