work around x-forward-for bug in home-assistant
This commit is contained in:
parent
ce7e2f959a
commit
efa9b669c9
|
@ -57,6 +57,7 @@ frontend https_in
|
|||
http-response set-header Strict-Transport-Security "max-age=15552000; includeSubDomains;"
|
||||
|
||||
# set X-Forward-For
|
||||
http-request del-header x-forwarded-for
|
||||
option forwardfor
|
||||
|
||||
# set X-Forwarded-Proto
|
||||
|
|
Loading…
Reference in New Issue