7 lines
103 B
Caddyfile
7 lines
103 B
Caddyfile
|
{% if website in servcices %}
|
||
|
www.{{ domain }} {
|
||
|
root * {{ website_path }}
|
||
|
file_server
|
||
|
}
|
||
|
{% endif %}
|