Initial infrastructure documentation - comprehensive homelab reference
This commit is contained in:
14
caddy-home-assistant-fix.txt
Normal file
14
caddy-home-assistant-fix.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# Home Assistant
|
||||
bob.nianticbooks.com {
|
||||
reverse_proxy https://10.0.10.24:8123 {
|
||||
header_up Host {http.reverse_proxy.upstream.hostport}
|
||||
header_up X-Forwarded-Host {host}
|
||||
header_up X-Forwarded-Proto {scheme}
|
||||
header_up X-Real-IP {remote_host}
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user