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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo