Skip to content

Troubleshooting 403 Errors with Load Balancer Configuration for Multiple Postal Console Domains #3227

Discussion options

You must be logged in to vote

I fixed this problem with Nginx configuration. I added these two lines:
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host $host;

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@emahdij
Comment options

@willpower232
Comment options

@emahdij
Comment options

Comment options

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