mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Fix php-fpm
This commit is contained in:
parent
bb89459f91
commit
7b3a3e7892
1 changed files with 1 additions and 1 deletions
|
@ -117,8 +117,8 @@ ynh_system_user_create "$app"
|
|||
ynh_print_info "Upgrading php-fpm configuration..."
|
||||
|
||||
mv -f "/etc/php/7.2/fpm/pool.d/$app.conf" "/etc/php/7.0/fpm/pool.d/$app.conf"
|
||||
systemctl reload php7.0-fpm
|
||||
systemctl reload php7.2-fpm
|
||||
systemctl reload php7.0-fpm
|
||||
|
||||
# Create a dedicated php-fpm config
|
||||
ynh_add_fpm_config --phpversion="7.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue