Re: [no subject]

2017-02-24 Thread Aleksandar Lazic
Hi Anto. Am 24-02-2017 19:03, schrieb Anto: Hi Team , Would like to know how i can configure Ngnix LB with SSL termination ? In addition to the above would like to configure LB with multiple httpd's with single IP. Can you guide me how i can do the same with proxy pass ? Note : I have a

[no subject]

2017-02-24 Thread Anto
Hi Team , Would like to know how i can configure Ngnix LB with SSL termination ? In addition to the above would like to configure LB with multiple httpd's with single IP . Can you guide me how i can do the same with proxy pass ? Note : I have a single OHS server with 2 different httpd.conf files

Re: How to cache image urls with query strings?

2017-02-24 Thread Dewangga Bachrul Alam
Hello! On 02/24/2017 07:33 PM, 0liver wrote: > We've recently started delivering image urls with query strings for > cropping, like > > http://images-camping.info/CampsiteImages/116914_Large.jpg?width=453=302=crop > Try add: proxy_ignore_headers Cache-Control Expires; Ref:

Re: How to cache image urls with query strings?

2017-02-24 Thread 0liver
We don't explicitly set the proxy_cache_key - we use the default value provided by NGINX. >From the docs at http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_key I understood that the query string is part of the cache key - I'm reaching out for help because it doesn't work as

Re: How to cache image urls with query strings?

2017-02-24 Thread Nelson Marcos
Hi Oliver! How is your proxy_cache_key configured? Um abraço, NM 2017-02-24 9:33 GMT-03:00 0liver : > We've recently started delivering image urls with query strings for > cropping, like > > http://images-camping.info/CampsiteImages/116914_Large. >

New ssl var: $ssl_client_ms_upn

2017-02-24 Thread Dave Bevan
# HG changeset patch # User Dave Bevan # Date 1487943997 0 # Fri Feb 24 13:46:37 2017 + # Node ID 5ccdcc88e98c31c4694fa47d6876934d2af0fcfd # Parent 00903b2132edb863e8aed2e84e216817fcc07c90 Add new ssl variable: $ssl_client_ms_upn (Microsoft UserPrincipalName).

How to cache image urls with query strings?

2017-02-24 Thread 0liver
We've recently started delivering image urls with query strings for cropping, like http://images-camping.info/CampsiteImages/116914_Large.jpg?width=453=302=crop We've also successfully been using the NGINX cache for our images *before* adding the query strings. Unfortunately, with the query

Re: [PATCH] Add static brotli module

2017-02-24 Thread Ryan
An attachment might be easier also, since gmail is messing with the formatting of this. On Sat, Feb 25, 2017 at 12:08 AM, Eugene Kluchnikov wrote: > Fixed whitespaces. > It seems that patch over trunk and over 1.11.10 tag differ only in dates > and hashes. > > > # HG

One NGINX server to 2 backend servers

2017-02-24 Thread p0lak
Hello everybody, I have installed a dedicated server for NGINX based on Ubuntu Core I want to define this behavior NGINX Server (Public IP) >>> listening on port 80 >>> redirect to a LAN Server on port 80 (http://mylocalserver/virtualhost1) NGINX Server (Public IP) >>> listening on port 81 >>>

Re: [PATCH] Add static brotli module

2017-02-24 Thread Eugene Kluchnikov
Fixed whitespaces. It seems that patch over trunk and over 1.11.10 tag differ only in dates and hashes. # HG changeset patch # User Evgenii Kliuchnikov # Date 1487932524 -3600 # Fri Feb 24 11:35:24 2017 +0100 # Node ID 662115ad250f48cfdd7963de40bfe7c7c8ae8ba3 # Parent

Re: [PATCH] Add static brotli module

2017-02-24 Thread Eugene Kluchnikov
Easily =) # HG changeset patch # User Evgenii Kliuchnikov # Date 1487932524 -3600 # Fri Feb 24 11:35:24 2017 +0100 # Node ID e1f5e06ade015f9855a6f683817cde7bb0f243a3 # Parent 1ad0999a7ded3d4fb01c7acf8ff57c80b643da7e Add brotli static (over nginx-1.11.10) diff -r

[PATCH] Contrib: vim syntax, update core module directives

2017-02-24 Thread othree
# HG changeset patch # User othree # Date 1487930758 -28800 # Fri Feb 24 18:05:58 2017 +0800 # Node ID 2cb489dbb6287cfcb99641f0f53a6ded1df87aab # Parent 00903b2132edb863e8aed2e84e216817fcc07c90 Contrib: vim syntax, update core module directives. diff --git

Re: Nginx proxy_pass HTTPS/SSL/HTTP2 keepalive

2017-02-24 Thread c0nw0nk
I think from my understanding the proxy_http_version 1.1; is ignored over https since everything works and that directive does what it states proxy_HTTP_version for unsecured requests only it will be version 1.1 so i don't think it has any negative impact on HTTP2/SSL. Posted at Nginx Forum:

Nginx proxy_pass HTTPS/SSL/HTTP2 keepalive

2017-02-24 Thread c0nw0nk
So the Nginx documentation says this http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive For HTTP, the proxy_http_version directive should be set to “1.1” and the “Connection” header field should be cleared: upstream http_backend { server 127.0.0.1:8080;

Re: [PATCH] Add static brotli module

2017-02-24 Thread Ryan
Do you have a brotli patch that applies cleanly with nginx-1.11.10. I'm getting many patch fails. On Fri, Feb 24, 2017 at 8:03 AM, Eugene Kluchnikov wrote: > # HG changeset patch > # User Evgenii Kliuchnikov > # Date 1487764873 -3600 > # Wed Feb