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

19 lines
616 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>
2023-06-23 08:12:05 +02:00
<file engine="ansible">/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>
2023-06-23 08:12:05 +02:00
<file engine="ansible" 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">
2023-08-02 09:26:54 +02:00
<variable name="php_fpm_user" type="unix_user" hidden="True">
2022-05-04 10:29:03 +02:00
<value>root</value>
</variable>
</family>
2022-04-28 21:48:16 +02:00
</variables>
2022-03-08 19:42:28 +01:00
</rougail>