Why did your server did not send a forwarding request to proxy? How to fix this? or Getting 'your ser

20 Replies, 1520 Views

Had this exact issue yesterday! The 'your server did not send a forwarding request to proxy' error was because my server was redirecting without preserving the original Host header.

Fixed it by adding `proxy_set_header X-Forwarded-Host $host;` to my Nginx config. Maybe give that a try?

Messages In This Thread



Users browsing this thread: 1 Guest(s)