dynamic server name and aliases

2016-02-18 Thread spyfox
Hi everybody, I manage server, where each user has own subdomain: i1.domain -> user #1 i2.domain -> user #2 etc I have a nginx config to handle user's subdomains: server { listen *:80; server_name ~^i(?\d+)\.domain$; ... } It works fine. I have single config to handle all

proxy_bind pool

2016-02-18 Thread Frank Liu
Hi, Is it possible to use proxy_bind to a pool of IPs? Since each IP has a limited ephemeral ports that can be used to make outbound connections to upstream servers, it would be help if we can use a pool of IPs for proxy_bind, or is there another workaround to have more connections to upstream ser

Re: Feature Request for access_log stdout;

2016-02-18 Thread Aleksandar Lazic
Hi. Am 18-02-2016 15:02, schrieb Aleksandar Lazic: Hi Andrew. Am 18-02-2016 10:16, schrieb Andrew Hutchings: [snipp] What version of Docker are you running? If it is prior to 1.9 you are likely to hit his bug: https://github.com/docker/docker/issues/6880 docker version Client: Versi

SSL handshake errors when configured as a reverse proxy

2016-02-18 Thread Josh Jaques
Recently I tried setting up a basic nginx reverse proxy in production on Ubuntu 14.04 using their default supported version of nginx 1.4.6. Basic config as follows: server { listen 127.0.0.1:443; server_name myhost.ca; ssl on; ssl_certificate /etc/nginx/certs/cert.chained.with

accept_filter being ignored

2016-02-18 Thread Jim Ohlstein
Hello, Not sure if I should be directing this to a FreeBSD list or here, but here goes. I have set accept_filter= in listen directives: server { listen 80 accept_filter=http_ready; listen [::]:80 accept_filter=http_ready; listen 443 ssl

Re: Cache manager occasionally stops deleting cached files

2016-02-18 Thread Maxim Dounin
Hello! On Thu, Feb 18, 2016 at 11:20:55AM -0500, vedranf wrote: > Hello, > > I'm having an issue where nginx (1.8) cache manager suddenly just stops > deleting content thus the disk soon ends up being full until I restart it by > hand. After it is restarted, it works normally for a couple of day

Cache manager occasionally stops deleting cached files

2016-02-18 Thread vedranf
Hello, I'm having an issue where nginx (1.8) cache manager suddenly just stops deleting content thus the disk soon ends up being full until I restart it by hand. After it is restarted, it works normally for a couple of days, but then it happens again. Cache has some 30-40k files, nothing huge. Rel

Re: How to Windows auth working on nginx reverse proxy ???

2016-02-18 Thread cehes
Thank you very much for all of that. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,72871,264598#msg-264598 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Tls 1.3 experimental support?

2016-02-18 Thread Maxim Dounin
Hello! On Thu, Feb 18, 2016 at 07:30:04AM -0800, JimS wrote: > What's the current feature-release plan for TLS 1.3 support in Nginx? > > Will it be added while still in draft status, or only after full release? > > Is it, in any form, on-schedule yet? Support for SSL and TLS in nginx relies on

Tls 1.3 experimental support?

2016-02-18 Thread JimS
What's the current feature-release plan for TLS 1.3 support in Nginx? Will it be added while still in draft status, or only after full release? Is it, in any form, on-schedule yet? Thanks, Jim ___ nginx mailing list nginx@nginx.org http://mailman.ngi

Re: How to Windows auth working on nginx reverse proxy ???

2016-02-18 Thread Maxim Dounin
Hello! On Thu, Feb 18, 2016 at 05:20:06AM -0500, cehes wrote: > Ok, thanks for this reply. > > Where can i find the right version for that ? (the commercial one) > I went on www.nginx.com and saw "nginx plus" is that what you're talking > about ? Yes, that's the only commercial version availabl

Does stub_status itself cause performance issues?

2016-02-18 Thread raiblue
Hello, I searched everywhere but found nothing. Is there an overhead of setting stub_status page and activate it all the time? Using Apache's ExtendedStatus for example has an impact on performance and recommended to be used only for debugging purposes, not all the time. What about stub_status? P

Re: Feature Request for access_log stdout;

2016-02-18 Thread Aleksandar Lazic
Hi Andrew. Am 18-02-2016 10:16, schrieb Andrew Hutchings: On 18/02/16 08:59, Andrew Hutchings wrote: Hi Aleksandar, On 17/02/16 19:04, Aleksandar Lazic wrote: Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how diff

Nepřítomnost od 18.2.2016 do 22.2.2016

2016-02-18 Thread jan . reges
Vážení klienti, v době od 18.2.2016 do 22.2.2016 včetně, jsem mimo kancelář a nebudu mít pravidelný přístup ke své e-mailové schránce. V urgentních případech, prosím, kontaktujte mého kolegu Martina Starečka (martin.stare...@siteone.cz), který je obeznámen se všemi projekty. Ostatní případy

Re: How to Windows auth working on nginx reverse proxy ???

2016-02-18 Thread cehes
Ok, thanks for this reply. Where can i find the right version for that ? (the commercial one) I went on www.nginx.com and saw "nginx plus" is that what you're talking about ? I went on compare version but did not see NTML support. Will it be easy to upgrade from free version to the right one ? D

Re: Feature Request for access_log stdout;

2016-02-18 Thread Andrew Hutchings
On 18/02/16 08:59, Andrew Hutchings wrote: Hi Aleksandar, On 17/02/16 19:04, Aleksandar Lazic wrote: Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how difficult is it to be able to add "access_log stdout;" to ngin

Re: Feature Request for access_log stdout;

2016-02-18 Thread Andrew Hutchings
Hi Aleksandar, On 17/02/16 19:04, Aleksandar Lazic wrote: Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how difficult is it to be able to add "access_log stdout;" to nginx, similar like "error_log stderr;"? I ask be

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-18 Thread jshare
With the release of ngx_pagespeed 1.10.33.5, I'm no longer having any make issues with 1.9.11 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264422,264581#msg-264581 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/lis