roles/caddy: update vhost template
This commit is contained in:
@ -21,9 +21,7 @@
|
|||||||
{{ domain_name }} {
|
{{ domain_name }} {
|
||||||
{% if has_gitea %}
|
{% if has_gitea %}
|
||||||
reverse_proxy :3000
|
reverse_proxy :3000
|
||||||
{% endif %}
|
{% elif static_site -%}
|
||||||
|
|
||||||
{% if static_site -%}
|
|
||||||
root * {{ item.document_root }}
|
root * {{ item.document_root }}
|
||||||
|
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
|
Reference in New Issue
Block a user