dataset/seed/nginx-static/dictionaries/22_nginx_static.xml

26 lines
829 B
XML
Raw Normal View History

2022-10-01 18:58:20 +02:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
<services>
<service name='nginx' target='multi-user'>
<file source="tmpfiles.nginx_static.conf">/tmpfiles.d/0static.conf</file>
2023-02-14 14:24:16 +01:00
<file source="index.html" file_type="variable">nginx_index_file</file>
2022-10-01 18:58:20 +02:00
</service>
</services>
<variables>
<family name="nginx">
<variable name="nginx_root" redefine="True" mandatory='True'>
<value>/srv/static</value>
</variable>
2023-02-14 14:24:16 +01:00
<variable name="nginx_index_file" type="filename" mandatory='True' hidden="True"/>
2022-10-01 18:58:20 +02:00
</family>
</variables>
2023-02-14 14:24:16 +01:00
<constraints>
<fill name="calc_value">
<param type="variable">nginx_root</param>
<param>index.html</param>
<param name="join">/</param>
<target>nginx_index_file</target>
</fill>
</constraints>
2022-10-01 18:58:20 +02:00
</rougail>