mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 14:15:22 +03:00
Fix X-Proxy-Secret header passthrough
This commit is contained in:
parent
3c12872a56
commit
d62adc3177
@ -1,3 +1,6 @@
|
||||
# Header used to validate reverse proxy trust
|
||||
proxy_set_header X-Proxy-Secret $http_x_proxy_secret;
|
||||
|
||||
# these headers will be copied to the /auth request and are available
|
||||
# to be mapped in the config to Frigate's remote-user header
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user