league of angel (1 reply)
need some help on my dev.acc i cant acces on with the nginx server pleasehelp thank.. best regard themic_______________________________________________nginx mailing...
View ArticleRe: [nginx-announce] nginx-1.6.3 (no replies)
Hello Nginx users,Now available: Nginx 1.6.3 for Windows http://goo.gl/kOynSa (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View Articlecombine basic auth and ip whitelisting load ip dynamicly (no replies)
Hello I have config to combine basic auth and ip whitelisting like that:# combine basic auth and ip...
View ArticleLinux package for Debian "jessie" (8.x) (no replies)
Hi,I've been using the mainline packages with the instructions onhttp://nginx.org/en/linux_packages.html for a while now, and the Debiansection mentions to replace "codename" with the actual...
View ArticleSite should not be accessed through IP (4 replies)
Hi Guys,I have my nginx box deployed as a reverse proxy serving almost more than 10 sites. But when I browse through 1 IP the first site configured gets accessed. I dont want anyone to access the sites...
View ArticleHTTP AUTH (auth_pam module) Can't initialize threads: error 11 (no replies)
Hello,Using the auth_pam module to implement HTTP AUTH:https://github.com/stogh/ngx_http_auth_pam_module/Once in a while authentication seems to stop working across all browsersand users. The error...
View Articlenginx_cache entry evicted ~ 10 min after write despite Cache-Control in the...
Using nginx 1.2.7Trying to figure out what and why is removing cache entries about 10 min after insert (or last read - not yet sure) when the Cache-Control + Last-Modified is nearly 24 hours in the...
View ArticleWhat is official way to upload nginx.conf on server (1 reply)
Hi.I have running nginx on server, when I modify nginx.conf setting, Ineed to use sftp to upload file to server, as nginx.conf is at/usr/local/ folder, it need root privilege.So currently, I will...
View ArticleNginx reverse proxy multi upstream (multiples sites) (4 replies)
Hello,Here is my situation: I will have one frontend server running nginx, and multiple backends servers running apache or tomcat with different applications. I am NOT trying to do any load balancing....
View Articlealias vs root in regex location (no replies)
Trying to serve nagios web GUI through nginx.Part of config:…location ~ "^/nagios/(.+?\.php)(/.*)?$"{alias "/usr/share/nagios3/htdocs/";try_files $1 $uri $uri/ /nagios/index.php;#rewrite...
View ArticleAvoid logging specific user agents requests (2 replies)
Hello,Following: http://trac.nginx.org/nginx/ticket/713How does one avoid logging (ie set 'access_log off') requests from specificuser agents?Using 'if' would mean to use 'return' inside (as it is...
View Articleauth_request + php-fpm + POST request (no replies)
Hi,I'm using the auth_request module to enable custom (2fa) authentication to protect my whole website, no matter the various applications I host on this website. So the auth_request directive is set...
View ArticleCore Dumps on 1.7.12 with SPDY (1 reply)
HelloI'm running Nginx installed from the nginx.org repos on a Ubuntu Server 14.04.There are about a dozen different sites running on this server, mostly using PHP-FPM backend.Since the update to...
View Articlehandling different two way ssl-request via a proxy system (1 reply)
Hello,Currently we’ve got the following situation in our production environment:Clients —HTTP—> Apache —HTTPS TWO-WAY SSL VIA PROXY —> HTTPS SERVERSJust to be clear, the following services are...
View ArticleMy site is vulnerable to the SSL FREAK attacks. (3 replies)
my site is vulnerable to the SSL FREAK attacks.i have a setting problem.my setting is....I want all request "http" --> "https"But, some location is "https" --> "http".ALL Location :...
View ArticleHow does Nginx handle the request of the upstream server when it is marked as...
For a simple Nginx configuration like this:For a simple Nginx configuration like this:upstream myservers {server 127.0.0.1:3000;server 127.0.0.1:3001;}server {listen 80;location / {proxy_pass...
View Article499s % in production traffic. (no replies)
Hello NGINX Community,- It is my understanding 499 is a client side response code indicating theremote user prematurely closed the connection without finishing thetransaction.- I have a production...
View ArticleUsing NGINX in non-fork mode (1 reply)
Hi,I am using a single worker process and master_process off in nginx.conf.Now as per my understanding, the flow of operation would be something like:NGiNX master process will be created which will...
View Article[ANN] Windows nginx 1.7.12.1 Lizard (no replies)
17:02 14-4-2015 nginx 1.7.12.1 LizardWhite Rabbit: We need a lazard with a liddle... a lad... can you help us?Bill: At your service, gov'nor.Dodo: Bill, my lad. Have you ever been down a chimney?Bill:...
View ArticleIgor's post about nginx from this morning (no replies)
Hello All,If you haven’t seen Igor’s post from today, yet, it’s worth a read. Here’s a teaser --> The next 12 months herald some major new features for NGINX Open Source. The stories about NGINX and...
View Article