On Sun, Feb 16, 2014 at 08:03:57AM +0100, Philipp Kraus wrote:
Hi there,
> I cannot update with this configuration any data, on a native connect to
> Tomcat everything
> works fine, so imho the proxy configuration of Nginx seems to create some
> problems.
What request do you make?
What respon
Hello,
I'm using Nginx as proxy for a Tomcat 7. My configuration shows:
upstream tomcat {
server 127.0.0.1:9090 fail_timeout=0;
}
location /jenkins
{
proxy_set_headerHost $http_host;
proxy_set_headerX-Real-IP $remote_addr;
proxy_set_headerX-For