dataset/seed/php-fpm/dictionaries/20_phpfpm.xml

22 lines
671 B
XML
Raw Normal View History

2022-03-08 19:42:28 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
<services>
<service name="php-fpm">
<file engine="none">/etc/php-fpm.conf</file>
2022-04-28 21:48:16 +02:00
<file>/etc/php-fpm.d/www.conf</file>
2022-03-08 19:42:28 +01:00
<file engine="none" source="sysuser-phpfpm.conf">/sysusers.d/phpfpm.conf</file>
2022-04-28 21:48:16 +02:00
<file source="tmpfile-phpfpm.conf">/tmpfiles.d/0phpfpm.conf</file>
2022-03-08 19:42:28 +01:00
</service>
</services>
2022-04-28 21:48:16 +02:00
<variables>
2022-05-04 10:29:03 +02:00
<family name="nginx">
<variable name="php_fpm_user" type="unix_user">
<value>root</value>
</variable>
<variable name="php_fpm_installed" type="boolean">
<value>True</value>
</variable>
</family>
2022-04-28 21:48:16 +02:00
</variables>
2022-03-08 19:42:28 +01:00
</rougail>