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

17 lines
496 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-01-17 21:43:32 +01:00
<file source="index.html">/srv/static/index.html</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>
</family>
</variables>
</rougail>