do not fail when ssl cert not present. (3 replies)
I tried to not fail the nginx server if ssl cert is not available.However the directive is not even allowed inside a statement.if (-f /var/www/x/etc/ssl.crt){ssl_certificate...
View Articleconditionally setting a cookie help (no replies)
Hi All,I'm having trouble setting a cookie conditionally based uponan upstream variable The hope is to cache an auth token in anencrypted session and only go to the backend auth token generator once.I...
View ArticleFwd: How can i have multiple nginx plus servers route to the same app servers...
I have multiple nginx instances behind an AWS elastic load balancer. In thenginx config files, I am using ip_hash to force sticky sessions whenconnecting upstream. Is there a way to sync the route...
View ArticleNginx is killing my threads (no replies)
I have an application in C++ we originally made for Windows using Microsoft's http lib, that I have ported to be cross-platform using nginx. To keep it working mostly the same (rewriting as little as...
View ArticleTrouble with stream directive (2 replies)
I'm trying to test the TCP load balancing function in 1.9.2, but am having some problems getting a very basic configuration working. TIAubuntu@dev:~$ cat /etc/nginx/stream.d/test.confstream {server...
View ArticleServer info in SSL handshake? (1 reply)
Hi, today I was watching traffic on port 443 for other reasonsand I saw a line go by that had unusual information, lookinga little bit like server info headers (I saw "nginx" and the versionnumber and...
View Articleset_encrypt_session after access phase? (no replies)
On Thu, Jun 18, 2015 at 11:29 AM, Vader Mader <vader8765@gmail.com> wrote:>> I'm having trouble setting a cookie conditionally based upon> an upstream variable The hope is to cache an...
View ArticleNginx URL Fallback setup with internal redirection in reverse-proxy settings...
HiList Members GurusI have installed and configured a virtualhost using NGINX in Ubuntu 14.04 Now I want to add couple offunctionalities like--Set up Nginx config so that any URL address which is not...
View Article[ANNOUNCE] nginx-http-stub-requests (no replies)
Hi all,I'm pleased to announce a new module called stub-requests.It allows you to see a table of all the currently running requests including duration, ip, uri and more.The source, install instructions...
View ArticleRequest limit calculation (no replies)
Hello, I'm John and I'm a nginx noob.I was wondering how the request limit reach is calculated when using limit_req_zone and limit_req.My problem is that, in development, I'm not concatenating static...
View ArticleNginx not logging to socket. (no replies)
Hallo!Using rsyslog I have set up a logging socket and confirmed that its workingby piping in some stuff to "logger -u /dev/log"nginx/1.8.0 does not seem to be dumping in logs however. The nginx...
View ArticleUnderstanding alias (used as rewrite) (2 replies)
Hi, I'm confused about the details of "alias" used asa kind of rewrite (which should be more efficient asI understand it, as long as its appropriately used).I found I can do this:location =...
View ArticlePCRE (2 replies)
Hi Experts,I am working on NGINX-1.6.3 version. Installation is successful using latest pcre, pcre-devel packages too..While accessing the service, static contents were not loaded.As suggested in...
View ArticleStatic Content on Different Server Isn't Loaded?? (no replies)
Hi Team,I have static content available on the remote server (say NODE 02) and PATH: ../livetest/WEB-INF/static/classes/under which I have /image, /js, /styles foldersI have installed nginx-1.8.0 on...
View ArticleNTLM or HTTP Digest authentication to Parent proxy (no replies)
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View Articlesolaris use eventport proxy upstream bug (no replies)
environment: solaris11 + http proxy + upstream + keepalive + method getfirst request oksecond request will hangup,after eventport del eventthere is no event add NGX_READ_EVENT or NGX_WRITE_EVENThere is...
View ArticleHigh load due to reload (no replies)
Hi guys,I have a small problem with a nginx system that acts as a loadbalancingproxy. We do have lots of vhosts and ssl certificates and each time we do a/etc/init.d/nginx reload, the load of our...
View Articlewhen work processor will auto restart? (1 reply)
Hi,I found that sometimes the nginx work processor will auto restart with noreload/restart command executed.When the nginx run some days, found that the pid of work processor changedbut maser pid not...
View ArticleSSL on/off on same port and IP (no replies)
Hi,consider the following very simple nginx config:http {server {listen 127.0.0.1:123;server_name abc;}server {listen 127.0.0.1:123 ssl;server_name xyz;ssl_certificate...;}}In words:I instruct nginx to...
View ArticleNginx and Apach2 (1 reply)
I have nginx and apache2 in the same Ubuntu Server 14.04 and i want to use nginx as proxy server. My idea is when people write www.mysite.com, nginx redirect to apache and i can do that, but the...
View Article