header_up variables
This commit is contained in:
parent
89808f47af
commit
1f5b92f5ad
|
|
@ -12,6 +12,12 @@ www.bizmatch.net {
|
|||
}
|
||||
}
|
||||
auth.bizmatch.net {
|
||||
reverse_proxy bizmatch:8080 {
|
||||
header_up Host {host}
|
||||
header_up X-Real-IP {remote}
|
||||
header_up X-Forwarded-For {remote}
|
||||
header_up X-Forwarded-Proto {scheme}
|
||||
}
|
||||
tls {
|
||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue