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

20 Replies, 1521 Views

Classic proxy woes, huh? The 'your server did not send a forwarding request to proxy' error usually means the server and proxy aren’t playing nice.

Try adding these headers to your proxy config:
`proxy_set_header Host $host;`
`proxy_set_header X-Real-IP $remote_addr;`

If that doesn’t work, maybe your proxy’s caching old configs. Clear the cache and restart.

Messages In This Thread



Users browsing this thread: 1 Guest(s)