Skip to content

email Tracking is not working with NGINX Proxy Manager #1693

Discussion options

You must be logged in to vote

Solved :

add_header X-Postal-Track-Host 1;
adds a header downstream the proxy, that is, on the page returned by the reverse proxy to the browser.

You need to add :
proxy_set_header X-Postal-Track-Host 1;
adds the required header upstream, that is, to the request being proxied to the upstream/backed postal server.

This is all you need to add to get it working.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by drtech981
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants