Add PHP 7.4 FPM support

This commit is contained in:
2020-07-13 23:25:32 +03:00
parent 20ab27e1d2
commit a1f110c8bc
3 changed files with 12 additions and 1 deletions

View File

@ -11,4 +11,8 @@
- name: reload php7.3-fpm
systemd: name=php7.3-fpm state=reloaded
# For Ubuntu 20.04
- name: reload php7.4-fpm
systemd: name=php7.4-fpm state=reloaded
# vim: set ts=2 sw=2: