bugfix: pihole: lighttpd (#89)

bugfix: pihole: lighttpd

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#89
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-05-11 09:12:02 +02:00
parent 27a1a65608
commit f83bca1d26

View file

@ -15,7 +15,7 @@
path: /etc/lighttpd/external.conf path: /etc/lighttpd/external.conf
block: | block: |
setenv.add-environment = ( setenv.add-environment = (
"VIRTUAL_HOST" => "{{ pihole_homer_fqdn }} "VIRTUAL_HOST" => "{{ pihole_homer_fqdn }}"
) )
# Wenn die VM beim Start mit "systemd-networkd-wait-online." hängt # Wenn die VM beim Start mit "systemd-networkd-wait-online." hängt
# Deaktiviere DHCP in: # Deaktiviere DHCP in: