nginx IETF RFC21266 Compliance - 'Proxy-Connection' (no replies)
Hi,I’ve posted this question on the IRC before but had no luck. I have the following problem:I’d like to disable the ‘Proxy-Connection’ Response Header. I know, that the “Connection” Header is hard...
View ArticleNginx not closing connections after applying logjam fix (no replies)
Nginx details:Nginx version : 1.6.2Java : 1.6Openssl : 1.0.1keepalive timeout : 65ssl_dhparam /etc/nginx/conf/dhparams.pem ( enabled this)Any help appreciated ?RegardsKV
View Articlereverse proxy + basic authentication (no replies)
Hello,Please excuse me if this has been asked/solved before. I've searched an answer for some good hours but haven't found so i'm trying here.I have a website on some different server, which does not...
View ArticleNginx waiting connections growing (1 reply)
Hi All,Active connections: 551server accepts handled requests69542 69542 79078Reading: 0 Writing: 2 Waiting: 524After I have moved my server from 32 bit Ubuntu 11.04 to Ubuntu 64bit 12.04 and I am...
View ArticleNGINX + Spark Web UI (no replies)
Hello!I'm trying to set up a reverse proxy (using nginx) for the Spark Web UI.I have 2 machines:1) Machine A, with a public IP. This machine will be used to access Spark Web UI on the Machine B through...
View Articlemultiple subdomains (no replies)
Hello,I want to realize the following:mail.domain1.com --> mail.domain1.commail.domain2.com --> mail.domain2.commail.domain3.com --> mail.domain3.commail.domain4.com -->...
View ArticleMemory usage for the ngx_http_limit_req_module module (no replies)
Hello,I'm using the "nxg_http_limit_req" module to limit the service usage.I've a questions about the "limit_req_zone" directive: how can I set the correct size for the zone?In docs I see that "One...
View Articlehttp2 observations (no replies)
Some strange things with http2When using:listen 443 ssl http2;In firefox you need to set these values (which should already be there but may not have the proper...
View ArticleMultiple server blocks using spdy, reuseport, deferred (no replies)
If we have multiple server blocks binding on https using SPDY, reuseport, and deferred nginx fails to start complaining about port already bound:server {listen 443 deferred ssl spdy...
View ArticleRecusive includes (1 reply)
If I want to include all config files within a directly, and all child directories what is the syntax:If is still:include /etc/nginx/*.confor is it:include /etc/nginx/**/*.conf
View ArticleSet up Proxy Server (2 replies)
Dear,I'm trying to set up a proxy server with Nginx. In this case I have two machines both of them on Linux.Machine A: is database server e.g => 192.20.2.100Machine B: is proxy server e.g=>...
View ArticleRe: http2 (1 reply)
> From: Sarah Novotny>> Hi!>> HTTP/2 is available currently for NGINX open source as a patch> https://www.nginx.com/blog/early-alpha-patch-http2/ and will be> included in the next...
View ArticleWebsocket and proxy pass (no replies)
Hi,If I have upstream running websockets on port1 and non websockets on port2,is it possible to configure nginx reverse proxy to proxy_pass to port1 onceit sees websockets...
View Articlehttps for websocket (no replies)
Hello,I am configuring websockets with nginx in front-end with this article:https://www.nginx.com/blog/websocket-nginx/. I want to setup nginx withSSL for secure web sockets(wss).I have a question is...
View ArticleRe: http2 (no replies)
On Wed, Sep 16, 2015 at 9:51 AM, Reinis Rozitis <r@roze.lv> wrote:> Hello,> will the HTTP/2 support land also in the community edition or only stay as> a nginx-plus feature?>HTTP/2 is...
View ArticleRe: http2 (no replies)
Hi!HTTP/2 is available currently for NGINX open source as a patch https://www.nginx.com/blog/early-alpha-patch-http2/ https://www.nginx.com/blog/early-alpha-patch-http2/ and will be included in the...
View Articlerealip and remote_port (no replies)
Hi,It seems if I use realip module and X-Forwarded-For header, the$remote_port becomes blank. Any ideas how to work around this?Thanks!Frank_______________________________________________nginx mailing...
View Articlehttp2 (1 reply)
Hello,will the HTTP/2 support land also in the community edition or only stay as anginx-plus feature?rr_______________________________________________nginx mailing...
View ArticleHow to check valid size of images before crop (no replies)
I am researching nginx module "http_image_filter_module" and use thecrop functionbut I wonder how to check valid size of images before crop them._____________________[E]:...
View Articlerunning nginx-running and nginx concurrently (no replies)
Can i install nginx-plus (trial license) concurrently with nginx and runthem side by side?- Fabe_______________________________________________nginx mailing...
View Article