Keepalive timeout (no replies)
Hi,If I have set the client facing keep alive timeout to 30s, but nginx takeslonger to respond a given request due to slow backend in a reverse proxysetup, will nginx drop the client keep alive...
View Articlenginx systemd reload service command skips configtest (no replies)
Hi, the "nginx.service" file shipped with systemd rpm's both in nginx's stable repository and epel for CentOS7 / RHEL7 do not perform a "configtest" when "systemctl reload nginx" is issued.So if there...
View Articlenginx nested location and different basic authentication file (no replies)
Hi ,I am trying to setup different authentication based on different strings in the $request , here is my case .location /parent/ {set $basic_file /nginx/conf/.htpasswd;if ($request_uri ~...
View Articlenginx 1.9.5 and realip (no replies)
Hi all,Just tried latest 1.9.5 rpm that has realip module enabled. The$remote_port variable becomes blank. Is that known?Is there another way I can get the...
View ArticleNginx HTTP/2 module (ALPN) TLS on RHEL 7.* (6 replies)
Dear,Does the Nginx HTTP/2 module work on RHEL 7.1 with (ALPN) TLS?It seems like the HTTP/2 module is enabled by default in your RHEL 7.1based rpm and srpm.Your Nginx website writes about:"Note that...
View Articlehttp digest + proxy doesn't work on /something?x=3? (no replies)
List,It took me a while to actually find this mailing list; I have a questionregarding HTTP digest nginx module in combination with proxy_pass. Itried the attached configuration file in combination...
View ArticlenginScript - is it fuzzed? (3 replies)
Hello,I just read this blog post:https://www.nginx.com/blog/launching-nginscript-and-looking-aheadGiven that afl-fuzz was already successful in finding security bugs inNginx [1], I figured I'd ask...
View ArticleHttp2 not starting up (2 replies)
HTTP2 isn't working for me .I still use HTTP/1.1 is reponse headers but nginx don't show any error.I also restarted nginx with no changeserver {listen 443 http2 ;ssl on;ssl_certificate...
View ArticleThroughput with Loadbalancer (3 replies)
Hi,I am not sure how the load balancer affect the data throughput.For example: I have two nginx server with 1 Gps network connection.When I configure the first server as nginx load balancer and as...
View ArticleHTTP/2 cipher suits black list (no replies)
Hello,I'm using "Intermediate compatibility" ciphersuits from here https://wiki.mozilla.org/Security/Server_Side_TLS.Could somebody answer if this ciphers are compatible with HTTP/2 according to the...
View ArticleDelay in proxied requests locked by proxy_cache_lock (no replies)
Hello,While doing benchmarks in a configuration using proxy_cache and proxy_cache_lock, I noticed that many requests had a duration very close to 500ms.Upon further analysis, I determined that a huge...
View Article1.9.5 slower then 1.9.4 or 1.8.0 on static files (2 replies)
I just migrated a new customer to nginx/php-fpm and notice a considerable delay with requests.nginx Version 1.9.5 compiled from rpm with http/2hosting: linodeVirtualizer: KVMI noticed that the site was...
View ArticleAnyone know how the least_conn upstream option works in nginx plus? (2 replies)
Hello,Anyone know how the least_conn upstream option works in nginx plus?http://nginx.org/en/docs/http/ngx_http_upstream_module.html#least_connsays"Specifies that a group should use a load balancing...
View Article[ANN] Windows nginx 1.9.6.1 Kitty (no replies)
11:04 1-10-2015 nginx 1.9.6.1 KittyWhats small and slender red and peach, blue eyes, white face withwhiskers, pink bow ? She ain't really that nice, she ain't evenpretty but she gets the job done so...
View ArticleNginx realip vs proxypass (1 reply)
Hi Allwe're testing a new nginx implementation to put in front our webapplication to retrieve the X-Forwarded-For header sent by an externalreverse proxy and configure it as realip address of the...
View ArticleCustom error pages and access_log inheritance (1 reply)
Hi,i was wondering if it is possible to have custom error pages *without* the error page locations inheriting the http or server level access_log directives. Please consider the following...
View ArticleHow does nginx weighting work? (1 reply)
upstream myCloud{server 10.0.0.1 weight=10;server 10.0.0.2 weight=20;}For 30 sequential requests,will it work likeA.10.0.0.1 10.0.0.2 10.0.0.2 -> 10.0.0.1 10.0.0.2 10.0.0.2 -> ... total 10 times...
View Articleupstream, next node when node returns busy (no replies)
Any ideas how to implement the following?Upstream pool of 4 nodesNode1Node2Node3Node4Proxy_pass upstreamIf node in upstream returns a 501 move request to next node in upstream but don’t mark it as down...
View ArticleHttp2 not getting enable (1 reply)
None of the only http2 indicators are able to detect http2 although i have it enableWebsite Link : https://www.onestopmarketing.clubFull Nginx Config : http://pastebin.com/ScGmZNwXI also did restart...
View Articlea problem with chunked encoding (no replies)
I wrote a php script, for socks over http proxy, generating “chunked encoding” format, adding a header(Transfer-Encoding: chunked)and I first used apache, it works well.But when I used nginx/php-fpm, I...
View Article