Async operation in pre-access phase? (1 reply)
Hi, everyone: I want to develop a module that send/recv in pre-access handler asynchronously, and my pre-access handler will return NGX_AGAIN. My question is when my send/recv callback is called, how...
View ArticleCan nginx has the capability to dynamically limit the connections when the...
Hi, I have a scenario: my backend servers provide URL to query whether this sever can accept new connections (the http response body is "true" or "false"). This server also has configuration for the...
View ArticleSlow read attack in HTTP/2 (3 replies)
Hi, Would like to know what timeouts should be configured to mitigate slow read attack in HTTP/2. Referred ->...
View ArticleIPv6 only resolver doesn’t work (1 reply)
Hi, On my server, I don’t have a v4 resolver, juste an IPv6 one: bulbizarre ~ # cat /etc/resolv.conf # Generated by dhcpcd from eth0.dhcp, eth0.ra # /etc/resolv.conf.head can replace this line domain...
View ArticleNo HTTPS on nginx.org by default (no replies)
Hello, I noticed that the PGP key used for signing the Debian release packages recently expired. I went to download the new one and noticed that nginx.org wasn't using HTTPS by default. Manually...
View Articleupstream status (no replies)
Hi, I am using nginx as proxy with two upstream servers. In the access log, I log the upstream_address, upstream_status, status (downstream), a special response header from upstream, etc. A few times I...
View Article回复:Re: Can nginx has the capability to dynamically limit the connections when...
Hi, Bartenev, Our backend server is an old product existing for more than 20 years. When a client login in to the backend server, a session is created. The session will be terminated when the client...
View Articleopen cart control panel keeps redirecting asking for password (no replies)
hello there i have nginx newly installed as reverse proxy infront of apache but i found a strange problem when i try to login to open cart control panel it keeps redirecting me to control panel without...
View Articlelimit_except ignored (1 reply)
Hi, I'm running nginx v1.9.10 on OpenBSD with the following server definition: server { listen 80; server_name example.com; location / { deny all; limit_except POST { allow all; proxy_pass...
View ArticleProblems with custom log file format (no replies)
Nginx 1.10.1,2 FreeBSD 10.2-RELEASE-p18 #0: Sat May 28 08:53:43 UTC 2016 I'm using the "map" module to detect obvious hacking by detecting keywords. (Yes, I know about Naxsi.) Finding the really dumb...
View ArticleSSO with Auth_Request (no replies)
Hi All, I'm trying to implement SSO similar to this: https://developers.shopware.com/blog/2015/03/02/sso-with-nginx-authrequest-module/ however I am using node/passport/azure-ad for my authentication...
View ArticleNeo4j HA cluster with Nginx (no replies)
I found this articl how to do it with HA proxy: http://fossies.org/linux/neo4j/enterprise/ha/src/docs/dev/haproxy.asciidoc Is there any reading or example about how to configure Neo4j HA cluster with...
View Articlenginx and ssl (no replies)
Hello I'm new to the world nginx and I'm trying to set up a web server. I'm probably making rookie mistakes, apologize in advance The problem I have is that the server translates https addresses, for...
View Articleconstant bit rate delivery for reverse proxy (no replies)
Team, we are trying to integrate nginx as a mid-tier caching solution for our Content Delivery Network which actually delivers MPEG TS video data to user set top boxes which basically works with the...
View ArticleSupport per addon C++ flags (no replies)
I'm trying to compile my module with C++ with additional flags, more specific, -std=c++11. I want to get my module use the standard nginx build scripts, like auto/configure, etc. However, looks like...
View ArticleToo many open files when reloading - Debian Jessie (2 replies)
Hello, My nginx was build from source on Debian Jessie --prefix=/etc/nginx --modules-path=/usr/lib/nginx/modules --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf...
View ArticleJoin us next month at nginx.conf 2016 (no replies)
Hello all! We hope that you’ll join us next month for the upcoming NGINX user conference, nginx.conf 2016 https://www.nginx.com/nginxconf/, September 7-9 at the Hilton Austin in Austin,Texas. There are...
View Articlenginx a NIGHTMARE for me (6 replies)
i was using Apache from last 3 years. never faced a single problem. Few days ago i think to try Nginx. As i heard from mny people. Its very fast memory efficient webserver. Trust me guys. Nginx can...
View ArticleRequest Compression (no replies)
Hello, This has been asked 3 years back & I would like to know if newer latest version of Nginx supports request compression or not. If yes, how to do so? Note: I'm not referring to response...
View ArticleNGINX SSL configuration (1 reply)
hello,i am come from china. i use NGINX in a short period of time. i have some confuse about NGINX's ssl_* directive. i have two vhost conf file, the above is my configuration: a.conf: server { listen...
View Article