I'm using google compute engine as a proxy server using nginx. I make several POST requests to it and it redirects them to a third party server.
The issue is, from today I started getting unexpected responses for my all POST requests through proxy server - "hello Guest, How Can I help You?" however, making a request directly to the third party server is giving proper response and restarting nginx server fixed the issue.
So, is my server is compromised or this message is given by nginx ? and if it is compromised then how can I avoid this in future