Re: Nginx + boringSSL

2014-07-30 Thread shm...@riseup.net
Alex Hunsaker wrote: > On Tue, Jul 29, 2014 at 3:52 AM, sopato wrote: >> Everything is ok , but when add ssl module , such as: >> >> ./configure --with-openssl=../boringssl --prefix=/srv1/nginx >> --with-http_ssl_module >> >> the make process is error , what can I do next ? > > Can you paste th

Re: Nginx + boringSSL

2014-07-30 Thread Alex Hunsaker
On Tue, Jul 29, 2014 at 3:52 AM, sopato wrote: > Everything is ok , but when add ssl module , such as: > > ./configure --with-openssl=../boringssl --prefix=/srv1/nginx > --with-http_ssl_module > > the make process is error , what can I do next ? Can you paste the error? Also note, I've only tried

Re: rewrite url in upstream block

2014-07-30 Thread Gona
Any help on this really appreciate. The request handler is in Lua. It basically breaks a request in to sub requests, adds a query parameter to each sub request and directs them through an consistent hash upstream module in C. The upstream configuration, reads the query parameter and sets it to th