forked from stove/dataset
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail version="0.10">
|
|
<services>
|
|
<service name="httpd" target="multi-user">
|
|
<file engine="none">/etc/httpd/conf/httpd.conf</file>
|
|
<file engine="ansible">/etc/httpd/conf.d/risotto.conf</file>
|
|
<file engine="ansible">/etc/httpd/conf.d/ssl.conf</file>
|
|
<file engine="none" source="sysuser-httpd.conf">/sysusers.d/httpd.conf</file>
|
|
<file engine="none" source="tmpfile-httpd.conf">/tmpfiles.d/0httpd.conf</file>
|
|
</service>
|
|
</services>
|
|
<variables>
|
|
<family name="nginx">
|
|
<variable name="php_fpm_user" redefine="True" exists="True">
|
|
<value>apache</value>
|
|
</variable>
|
|
</family>
|
|
<family name="apache" description="Apache" help="Advance Apache web server settings" mode="expert">
|
|
<variable name="apache_timeout" type="number" description="Amount of time the server will wait for certain events before failing a request" help="Time in seconds">
|
|
<value>300</value>
|
|
</variable>
|
|
<variable name="apache_keepalive" type="boolean" description="Enables HTTP persistent connections" mode="expert"/>
|
|
</family>
|
|
</variables>
|
|
</rougail>
|