php: Erstelle allgemeine PHP-FPM-Konfiguration
This commit is contained in:
parent
cf112b7cc1
commit
fc7c14eda5
5 changed files with 88 additions and 1 deletions
|
@ -8,3 +8,12 @@
|
|||
service:
|
||||
name: "php{{ php_version.stdout }}-fpm"
|
||||
state: reloaded
|
||||
|
||||
- name: stop php-fpm-socket
|
||||
command: systemctl stop php-fpm@*.socket
|
||||
|
||||
- name: stop php-fpm-service
|
||||
command: systemctl stop php-fpm@*.service
|
||||
|
||||
- name: start php-fpm-socket
|
||||
command: systemctl start php-fpm@*.socket --all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue