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:
parent
27a1a65608
commit
f83bca1d26
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue