summaryrefslogtreecommitdiffstats
path: root/salt/profile/lighttpd/files/etc/lighttpd/vhosts.conf.j2
blob: 24dd5b76c014d58abb9bcf9a7c707de6a32b7bf6 (plain)
1
2
3
4
5
6
7
8
{%- set header = salt['pillar.get']('managed_header_pound') -%}
{{ header }}

{%- if vhostconfig is defined -%}
$HTTP["host"] =~ "{{ vhostconfig['host'].replace('.', '\.') }}" {
  server.document-root = "{{ vhostconfig['root'] }}"
}
{%- endif -%}