fix: Try logging the host to check for errors
All checks were successful
Build Docker / Build Docker (push) Successful in 22s

This commit is contained in:
Nathan Woodburn 2023-12-15 15:10:31 +11:00
parent e04a72e89d
commit 9ebf787bd1
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -26,6 +26,7 @@ server {
# Show which node served the request in logs # Show which node served the request in logs
add_header X-Load-Balancer-Node $upstream_addr; add_header X-Load-Balancer-Node $upstream_addr;
add_header X-Load-Balancer-Node-Name $upstream_host;
} }
} }