Hi,
I've following webstack:
Nginx > Varnish > Apache.
The problem i am seeing is that Nginx is not forwarding Purge request to Varnish. I am getting (status 400 ) invalid request when ever purge request is made. I have a hunch that Nginx is adding trailing slash to either URL or "X-Magento-Tags-Pattern" header is getting modified on the way. Nginx Error:
client sent invalid request while reading client request line, client: 127.0.0.1, server: example.com, request: "PURGE HTTP/1.1"
Regards,
Maad