server bloc conf ? (3 replies)
Hello,I used to use sites-available & sites-enabled in a previous version ofNginX.I compiled it from source with ngx_pagespeed module on another VPS.I don't see anymore the folders available /...
View ArticleNGINX Worker process stuck, CPU usage at 100% (1 reply)
I've migrated my server over from lighttpd to NGINX(memory leaks were causing cache issues which invoked OOM Killer in Linux). It seems that after a while of running(about 30 minutes) with NGINX and...
View Article403 Forbidden (no replies)
Hi I can't access my domain after installing nginx and coinfigurong thedefault server conf file :# You may add here your# server {# ...# }# statements for each of your virtual hosts to this file### You...
View Articlenative variable for one level above $document_root ? (1 reply)
At the nginx vhost level, is there a native nginx value similar to $document_root for one directory level above $document_root ?for example if $document_root = /home/username/public or...
View Articlefastcgi_ignore_headers inside if{} - block (no replies)
Hi.I need set some fascgi_* inside "if" block. E.g.:if ($foo = "bar") {fastcgi_ignore_headers "Set-Cookie";}But the error is occure on configtest stage:nginx: [emerg] "fastcgi_ignore_headers" directive...
View Article[security advisory] http://wiki.nginx.org/Redmine (4 replies)
Hello,webpage http://wiki.nginx.org/Redmine has some security problems:1. All redmine config files are available for anybody in internet,for example:...
View ArticleCan not change email address on website. (1 reply)
I have for a long time had my own website and server using nginx sofware. I have only one page and use (gksudo gedit /var/www/nginx-default/index.html) to make changes to the site with no problems...
View ArticleLimit the number of buffered connections? (no replies)
Hi, is there a way in nginx to set a limit to the number of "buffered" connections? I am referring to the client's request being buffered on disk)? I was not able to find a directive for this but...
View Articlenginx trying to connect to upstream host which is down (no replies)
Hi,Note: I had to change the hostnames and domain names.nginx version: nginx/1.4.6 (Ubuntu)I have the following the configuration:upstream ssl-app-cluster {ip_hash;server app01.example.com:8443...
View ArticleNginx upstream delays (no replies)
Hello,I have a question about sporadic long upstream response times I'm seeing on (two of) our Nginx servers. It's kind of hard to show and quantify, but I'll do my best.One is a Django Gunicorn...
View Articlemap with two variables (no replies)
Hi,I'd like to set a variable to the value of $host where the dots arereplaced by underscore. My first idea:map $host $graphite_host {"~(?P<a>[^.]*)\.(?P<b>[^.]*)\.(?P<c>[^.]*)"...
View Articlegzip_types not working as expected (no replies)
gzip is not working on my piwik.js file according to Google atdevelopers.google.com/speed/pagespeed/insights. It's working fine onmy CSS file. How can I troubleshoot this?gzip on;gzip_disable...
View ArticleHow to "undo" a global server deny all in a location block (1 reply)
Is it possible to undo a server level deny all; inside a more specific location block? See the following:server {allow 1.2.3.4;allow 2.3.4.5;deny all;location / {location ~ ^/api/(?<url>.*) {#...
View Articlenginx + LibreSSL + ECDSA cert = Error (2 replies)
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View Articlenginx page caching not working for responses with valid (rfc 1123 compliant)...
Hello,I am on nginx-1.7.1 & trying to use nginx's page caching feature but run into an issue for responses with a valid 'Expires' header which seem to be in the correct rfc 1123 compliant format....
View ArticleInternal Server Error messages nginx proxy POP/IMAP/SMTP (3 replies)
Hi, my name is Ricardo,I'm here to ask for help about an implementation of pop3/imap and smtp proxy functionality with nginx, i want to implement a "cluster" with those functionalities.Consideration-...
View ArticleEcho sub request not working (1 reply)
Hi,I am new to Nginx, so know very little about it.My requirement is I need to make a service call but along with proxy passing that request, I need to make call to another service/servlet. For this I...
View ArticleVerify Content-Length matches request body (2 replies)
Hi,Is there a way for nginx to verify that the Content-Length header isn'texceeded by the actual size of the request body?Context: I'm working on an upload endpoint with a maximum upload size, andit...
View Article3:unable to get certificate CRL (1 reply)
Hi Nginx TeamI'm having problems configuring NGINX to use a CRL.I've created the CRL using OpenSSL 0.9.8e and my Nginx version is 1.4.1.I'm using a self-signed certificate and an intermediate...
View ArticleHide static file from sniffer (no replies)
Hi ,how it possible with nginx to hide static file from simple sniffer (like chrome) ?This directiveadd_header X-Content-Type-Options nosniff;does't help me .Help please with solution .
View Article