nginx proxy for syncml

itpp2012 nginx-forum at nginx.us
Sun Apr 27 20:41:35 UTC 2014


Solved !

Get https://github.com/yaoweibin/nginx_ajp_module
add it (works for Windows as well, for which pull requests are outstanding
to make it work)

and configure it:

        location /app/syncml {
            ajp_keep_conn on;
            ajp_pass tomcatbackend:8009;
            include ./conf/proxy.conf;
            proxy_set_header Accept-Encoding "";
            keepalive_timeout  600;
            keepalive_requests 500;
            proxy_http_version 1.1;
            proxy_ignore_client_abort on;
        }

Ajp will be added to the next release of nginx for Windows.

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249462,249668#msg-249668



More information about the nginx mailing list