subrequest cycle cause cpu 100% (1 reply)
hello,I use error_page = /500.html to show myself 500 page, and for some reason, I need ssi include in 500.html, for example:500.html<!--# include virtual="/fastcgi/global" --><!--# include...
View Article13: Permission denied while connect server using https through nginx (2 replies)
Hi,My nginx configurations are as follows. I am going to connect running server UI from my machine through nginx.server {listen 443;server_name mgt.wso2bps.malintha.com;ssl on;ssl_certificate...
View Article"unable to find valid certification path to requested target" error in java...
Hi,I have two java based servers. We call it server A and server B. I can call directly from A to B server. Then I configured call server A to server B though nginx instance. Then I get following...
View Articlehelp (1 reply)
hi ,I have been trying to persuade nginx into serving html.gzfile with no success for past three days. I tried probably everything written in the web. I am using CentOS 7 minimal and nginx 1.7.9...
View ArticleNeed help to configure nginx-varnish-php s (no replies)
Hi All,I am newbie to nginx and would need help configuringnginx-varnish-php-fpm setup to allowOur current setup.Nginx Varnish running in same serverPhp-fpm running on different server.Varnish is...
View ArticleMultiple proxy_pass destinations from a single location block (1 reply)
Is it possible to specify multiple proxy_pass destinations from a single location block? Currently we have:location ~ ^/v1/?(?<url>.+)? {resolver 208.67.222.222 208.67.220.220...
View ArticleRequest Id for logging purposes (3 replies)
hi,I want to be able to identify requests by a unique id.I'm able to do this in the location section:proxy_set_header X-Request-Id$pid-$msec-$remote_addr-$request_length;but I want instead to set it to...
View Articlenginx dows't serve compressed static .html files. is it a bug? (1 reply)
In my previous post I explained what tried and didn't manage to it. Iattached nginx.conf file. I'llbe very grateful is somebody show me a successful way to do...
View Article[ANN] OpenResty 1.7.7.2 released (no replies)
Hi folks!I am happy to announce the new formal release, 1.7.7.2, of the OpenResty bundle:http://openresty.org/#DownloadThe highlights of this release are1. the SSL/TLS support in the websocket client...
View ArticlePorts monitoring (1 reply)
Hi guys,I have a site configured to run on port 443 only, where can we see if the request coming in are using port 443 instead of port 80?Can we capture the traffic live?Thank you.
View ArticleNginx as a proxy with Blocking operations (2 replies)
Hi All,We have an existing TCP/TLS based server application 'A' in production. Around 10K users can connect to this application. We now have a requirement as follows:1). Intercept the traffic between...
View ArticleDebian repository Package list mismatch? (2 replies)
Hi!We're using Debian 7.x (Wheezy), and because I rather have the latestversion of nginx than the stock or backports version, I decided to addyour repository.I grabbed the lines from...
View ArticleNginx Rewrite (2 replies)
How can i turn this into a rewrite i have include what i have triedfor example you have www.example.com/test/c_index.shtmlyou click a the change language button and the url changes to...
View ArticleG-WAN assumptions: Part of truth/lies? (2 replies)
Hello,Documentating myself on proper benchmarking, I ran into the following page:http://gwan.com/en_apachebench_httperf.htmlTheir conclusion is that their product is the best of all. Well, 'ofcourse'...
View ArticleReceiving 2 strict-transport-security headers with different times (4 replies)
I have a domain setup with SSL and I am trying to get HSTS headers working. I have done this in NGINX before with no problem. On this new domain I can't seem to get HSTS working properly. Not sure what...
View ArticleBenchmarking with wrk (no replies)
Hello,I am starting to play with some benchmarking tools.Following Konstantin advice (video from the last user conference ;o) ), Iam avoiding ab.After a few runs, I notice I get some 'Socket errors' of...
View ArticleLimiting parallel requests by source IP address (no replies)
I am using nginx as a reverse proxy to a Ruby on Rails application using the unicorn server on multiple load-balanced application servers. This configuration allows many HTTP requests to be serviced in...
View ArticleDiconnect clients at given time (no replies)
Is it possible to diconnect on purpose a connection after x minutes? Sort of "diconnect zoneX 5min"
View Articlecatching 408 response from upstream server (2 replies)
Hi,I'm using nginx as reversed proxy, using the proxy module.Whenever i get a response code >= 400 from the upstream server, i'm redirecting the client to a different url.This is the configuration i...
View Articlenginx-1.7.10 (no replies)
Changes with nginx 1.7.10 10 Feb 2015*) Feature: the "use_temp_path" parameter of the "proxy_cache_path","fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"directives.*) Feature: the...
View Article