php: add missing handler for php7.3-fpm
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ludovic Poujol 2019-10-16 15:17:35 +02:00
parent beb39988e7
commit 0a7262081a
2 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,7 @@ The **patch** part changes incrementally at each release.
* roundcube: fix typo for roundcube vhost
* tomcat: fix typo for default tomcat_version
* evoadmin-web: Put the php config at the right place for Buster
* php: add missing handler for php7.3-fpm
### Security

View File

@ -9,3 +9,8 @@
service:
name: php7.0-fpm
state: restarted
- name: restart php7.3-fpm
service:
name: php7.3-fpm
state: restarted