diff --git a/conf/nginx.conf b/conf/nginx.conf index 1f18d7f..507b369 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -25,5 +25,5 @@ location ^~ __PATH__ { } location @firefly { - rewrite /__PATH__/(.*)$ /__PATH__/index.php?/$1 last; + rewrite __PATH__/(.*)$ __PATH__/index.php?/$1 last; } diff --git a/scripts/remove b/scripts/remove index adec8cb..2344567 100755 --- a/scripts/remove +++ b/scripts/remove @@ -76,7 +76,6 @@ ynh_script_progression --message="Removing php-fpm configuration..." --time --we # Remove the dedicated php-fpm config ynh_remove_fpm_config -# ynh_remove_fpm7.2_config #================================================= # REMOVE DEPENDENCIES