Fix X-Analytics-IP

This commit is contained in:
Tobias Reisinger 2025-03-25 18:23:03 +01:00
parent dd1267c284
commit 4cf0d4f0e1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -39,7 +39,7 @@
(analytics) {
handle_path /_a/* {
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}
}
}