Start PHP FPM...

This commit is contained in:
Jason Rothstein 2021-10-26 23:50:42 -05:00
parent 90d39f1432
commit 621799043d

View File

@ -35,6 +35,9 @@ service_list:
- name: 'httpd-reload.timer'
state: 'started'
enabled: 'yes'
- name: 'php-fpm.service'
state: 'started'
enabled: 'yes'
template_list:
- dest: '/etc/httpd/conf.d/autoindex.conf'
group: 'root'