Fix X-Analytics-IP
This commit is contained in:
parent
dd1267c284
commit
4cf0d4f0e1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
(analytics) {
|
(analytics) {
|
||||||
handle_path /_a/* {
|
handle_path /_a/* {
|
||||||
reverse_proxy https://analytics.serguzim.me {
|
reverse_proxy https://analytics.serguzim.me {
|
||||||
header_up X-Analytics-IP {remote}
|
header_up X-Analytics-IP {remote_host}
|
||||||
header_up Host {http.reverse_proxy.upstream.hostport}
|
header_up Host {http.reverse_proxy.upstream.hostport}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue