Welcome! Log In Create A New Profile

Advanced

Re: nginx proxy for syncml

April 27, 2014 04:41PM
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.

---
nginx for Windows http://nginx-win.ecsds.eu/
Subject Author Posted

nginx proxy for syncml

itpp2012 April 22, 2014 02:55PM

Re: nginx proxy for syncml

itpp2012 April 27, 2014 04:41PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 148
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready