From 22e664cbcd3c2667a1c66cacf4bab8450218f08f Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 22 Nov 2020 23:07:36 +0100 Subject: [PATCH] add changes with updates --- conf/nginx.conf | 2 +- scripts/remove | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2c53162..970c962 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - + # Path to source alias __FINALPATH__/www/; diff --git a/scripts/remove b/scripts/remove index c6e107c..be524b0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -43,7 +43,6 @@ ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=2 # Remove the dedicated php-fpm config ynh_remove_fpm_config --package="$extra_php_dependencies" -#================================================= #================================================= # GENERIC FINALIZATION #=================================================