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:
parent
68fb6a0718
commit
23be6e89a3
2 changed files with 1 additions and 2 deletions
|
@ -25,5 +25,5 @@ location ^~ __PATH__ {
|
|||
}
|
||||
|
||||
location @firefly {
|
||||
rewrite /__PATH__/(.*)$ /__PATH__/index.php?/$1 last;
|
||||
rewrite __PATH__/(.*)$ __PATH__/index.php?/$1 last;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue