mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 05:21:31 -07:00
Add trusted_proxies note
This commit is contained in:
parent
f9d6d9ca4f
commit
f0e97d1e25
1 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,15 @@
|
||||||
## Version 2021/05/18
|
## Version 2021/07/13
|
||||||
# make sure that your dns has a cname set for homeassistant and that your homeassistant container is not using a base url
|
# make sure that your dns has a cname set for homeassistant and that your homeassistant container is not using a base url
|
||||||
|
|
||||||
|
# As of homeassistant 2021.7.0, it is now required to define the network range your proxy resides in, this is done in Homeassitants configuration.yaml
|
||||||
|
# https://www.home-assistant.io/integrations/http/#trusted_proxies
|
||||||
|
# Example below uses the default dockernetwork ranges, you may need to update this if you dont use defaults.
|
||||||
|
#
|
||||||
|
# http:
|
||||||
|
# use_x_forwarded_for: true
|
||||||
|
# trusted_proxies:
|
||||||
|
# - 172.16.0.0/12
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue