mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-07-08 17:00
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
{% if vhost.aliases is defined %}
|
||||
ServerAlias {{ vhost.aliases | default([]) | join(' ') }}
|
||||
{% endif %}
|
||||
{% if vhost.proxy_timeout is defined %}
|
||||
ProxyTimeout {{ vhost.proxy_timeout }}
|
||||
{% endif %}
|
||||
{% if vhost.webmaster_email is defined %}
|
||||
ServerAdmin {{ vhost.webmaster_email }}
|
||||
{% endif %}
|
||||
@@ -107,6 +110,9 @@
|
||||
{% if vhost.aliases is defined %}
|
||||
ServerAlias {{ vhost.aliases | default([]) | join(' ') }}
|
||||
{% endif %}
|
||||
{% if vhost.proxy_timeout is defined %}
|
||||
ProxyTimeout {{ vhost.proxy_timeout }}
|
||||
{% endif %}
|
||||
{% if vhost.webmaster_email is defined %}
|
||||
ServerAdmin {{ vhost.webmaster_email }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user