1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Update of remove process

This commit is contained in:
root 2020-02-22 18:38:34 +01:00
parent 68fb6a0718
commit 23be6e89a3
2 changed files with 1 additions and 2 deletions

View file

@ -25,5 +25,5 @@ location ^~ __PATH__ {
}
location @firefly {
rewrite /__PATH__/(.*)$ /__PATH__/index.php?/$1 last;
rewrite __PATH__/(.*)$ __PATH__/index.php?/$1 last;
}

View file

@ -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