Nginx, SOAP and POST redirect (2 replies)
Hello,I use nginx as frontend for some soap service. This service actually works with CWMP protocol, what is based on soap. I mean, that I have session, that consists of sequence of HTTP POST requests...
View Articlestream, it always aborts the first server in upstream (no replies)
A strange 'bug' in stream, it always aborts the first server in upstream eventhough there is nothing wrong with the server.2015/10/05 12:21:01 [info] 1436#684: *1 client 192.168.xxx.xxx:1994 connected...
View ArticleCan't find description for "post_action" in documentation (2 replies)
Hello.I can't find description for "post_action" in documentation.Earlier (in static version of documentation) was description of this directive.This directive is still actual?
View ArticleNginx stats - why _handled_ value differs (no replies)
Hi,Stats from server:$ curl 'http://127.0.0.1/nginx-stats'; sleep 1; curl 'http://127.0.0.1/nginx-stats'Active connections: 25849server accepts handled requests917796 917796 13323443Reading: 0 Writing:...
View Article301 executes before authentication (5 replies)
I have a server block that contains the following:auth_basic "Please log in.";location = / {return 301 https://$host:$server_port/folder/;}I noticed that /folder/ is appended to the URL before the user...
View Articlefastcgi_cache / proxy_cache -> Mobile / Desktop (no replies)
Hi,Actually, I use fastcgi_cache / proxy_cache but, sometimes, I have problem with how this cache is read... causing confusion for some sites when open mobile ou desktop version.In sites/systems, there...
View ArticleCant make Proxy Next Upstream work (no replies)
Hi guys!I have a configuration taht cant make it work Here is the data. First icheck taht if i come from location2 with geo so taht it uses lcoation 2backends.. But as there are things taht are not in...
View Articlemerely testing for $ssl_protocol breaks upstream proxy only with IE8 (3 replies)
I am on nginx 1.9.4One of my https site cannot be accessed by IE8 in XP and some IE in Win 7 (getting 404).It seems nginx do the try_files locally and gave up, not going for @proxy.Works fine with...
View Article*14177278 readv() failed (104: Connection reset by peer) while reading...
Hi,We have a tomcat and nginx setup and are seeing the below error in ournginx logs.2015/10/06 11:05:00 [error] 1005#0: *3026220 readv() failed (104:Connection reset by peer) while reading upstream,...
View ArticleContent-Security-Policy header gets lowercased (2 replies)
Hi,I noticed that when adding a `Content-Security-Policy` header to theresponse, the header name gets lowercased. Neither`Content-Security-Polic` or `Content-Security-Policyy`, or any otherheader I...
View ArticleBasic protection for different IPs (2 replies)
Hi All,I want to keep casual visitors out of a test website, yet enable thedevelopers who come in via ssh to use it without entering a password,and allow invited people to come in using a password.In...
View ArticleVary header and cache_key (no replies)
Hello!Before Nginx 1.7.7, the file name in a cache was a result of applying theMD5 function to the cache_key.Now the file name, when Vary header is present in a response of the proxiedrequest, is not...
View ArticlePoor NGINX Performance due to configurations (4 replies)
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleChrome says both HTTP/2 and SPDY being used? (2 replies)
I always compile nginx from source. I upgraded to 1.9.5 by including the http2 module and not the spdy module, made the simple http2 change to my conf while removing all spdy-related declarations ,and...
View ArticleHttp2 Priority (7 replies)
Hi,My first time to ask question. Is this the mail list for FAQ?If so, my question is that it seems nginx1.9.5 support the dependency treebuilt in http/2. But through my test, the result is not what I...
View Articlehttp/2 needs "weaker" ciphers? (1 reply)
I'm running nginx 1.9.5 and switched from spdy to http/2.I wonder why I had to change my cipher list and add "weaker" ciphers?before (worked fine with spdy):ssl_ciphers...
View Article[ANNOUNCE] ngx_brotli (7 replies)
Hey guys,I'm pleased to announce ngx_brotli, a set of nginx modules adding supportfor the new Brotli compression algorithm from Google.You can read more about Brotli...
View ArticleURGENT needed - Nginx + FastCGIwrap = 502 error (3 replies)
Hello,I am using Nginx to configure nagios setup.Nginx configured correctly and I am able to serve pages. But I get errorfrom error_log as follows:2015/10/11 00:34:49 [crit] 18092#0: *9 connect()...
View Articlenginx does not work (1 reply)
my reverse proxy is not working with webmin. css is not resolved.http {include mime.types;server {listen 80;server_name router;access_log /var/log/nginx/access.log;location ^~ /webmin {proxy_pass...
View ArticleError Nginx 502 [upstream prematurely closed connection] (2 replies)
Hello guys this is my first question here.I'm working on nginx almost 2 years, but in the laste days I have founded an error, very complicated to solve.I'm working on Amazon stack, with Elastic Load...
View Article