Keepalive not working with upstream tcp server (2 replies)
I am trying to use nginx to proxy my requests to a custom tcp backend server that I have. I am following the same model as the default memcached module with in the nginx code base (1.5.10) , the...
View ArticleWhat is better location regex or map regex? (1 reply)
Hi.I try to transform the pligg htaccess rules to nginx.https://github.com/Pligg/pligg-cms/blob/master/htaccess.defaultThere is one from...
View Articlenginx upload module compile the problem. (1 reply)
hi friends,nginx version 1.4.7upload module version 2.0.12--Sincerely,Batuhan Göksu_______________________________________________nginx mailing...
View Articleproblem with echo_before when proxying a server which sends gzipped content...
Hi everyone,currently I'm, trying to configure NGINX as a proxy for JSON from the iTunes API.It's for a small game, iTunes is slow sometimes and the data for the game is mostly the same for a good...
View Articlehow to use keepalive with Nginx revers proxy? (1 reply)
Hi,Can some one provide me an example to set keep alive connection betweenNginx(reverse proxy) and backend server?I can not use upstream module as my backend IP is dynamic based onvariable. So I can...
View ArticleMore Descriptive 502 Errors (no replies)
Every so often I see a handful of errors in my error log, such as:connect() failed (113: No route to host)upstream timed out (110: Connection timed out)upstream sent too big header while reading...
View Articlemultiple CAs in ssl_client_certificate does not work for me (no replies)
Hello,I've seen from the doc and from this post (http://forum.nginx.org/read.php?2,229129,229132#msg-229132) that it is possible to specify multiple CAs in ssl_client_certificate directive.I have nginx...
View ArticlePCRE named captures sill counted in numerical variables list (2 replies)
I tried to configure the following location with something like:location ~*"^/([[:alpha:]]{1,8}(?<subtag>-[[:alpha:]]{1,8})?)(/.*[^/])?/?$" {try_files $uri $uri/ $2/?lang=$1&$args;}However,...
View ArticleSSL renegotiation probelm using nginx as reverse proxy to apache (2 replies)
My goal is end-to-end encryption of multiple domains using nginx as a reverse proxy to load balance to multiple backends. Both nginx and apache use the same wildcard cert, eg *.domain.com.The first...
View Articletestssl.sh - script to test your ssl-setup from cli (2 replies)
web: https://testssl.sh/repo: https://bitbucket.org/nginx-goodies/testssl.shtestssl.sh is a free Unix command line tool which checks a server's service on any port for the support of TLS/SSL ciphers,...
View ArticleNginX on Ubuntu 12.04 (2 replies)
I am attempting to install NginX on Ubuntu 12.04 using instructions foundfrom the following link:http://wiki.nginx.org/Installbut I am getting various error messages.Does anyone have updated...
View ArticleWindows | Nginx Mapped Hard Drive | Network Sharing (15 replies)
http://stackoverflow.com/questions/22870814/nginx-mapped-hard-drive-network-sharingSo i tried sharing my hard drives on windows and serving the content on them from nginx but nginx returns a 404 not...
View ArticleWeb GUI (1 reply)
I just got NginX installed on Ubuntu and was wondering if there is a WebGUI built-in that can be called from the local IP address with some portnumber?Thanks again for your...
View ArticleHow to limit POST request per ip ? (1 reply)
How to limit POST request per ip ?Need some of:limit_except POST {limit_req zone=postlimit burst=10 nodelay;}
View Article[ANN] Windows nginx 1.5.13.1 Snowman (no replies)
0:18 5-4-2014 nginx 1.5.13.1 Snowman.-= This Is Snowman =-.Here's a little snowman fast and fat, here's it's power as fast as a catWhen you run Windows you can hear it shout, take me in try me out!The...
View ArticleDo I need nginx in the web application host? (no replies)
If I have a host witn nginx (load balancing and SSL termination), do i need nginx inside the host of each of my webapps? (Assuming I will use cdn for static assets).Thanks!
View ArticleNodejs websocket 502 bad gateway (1 reply)
I'm trying to make work nginx 1.4.7 with nodejs websocketsbut I'm getting 502 bad gatewayNGINX Error:[error] 2394#0: *1 upstream prematurely closed connection while reading response header from...
View ArticleStrange nginx issue (4 replies)
We are facing a strange issue on our servers. We have servers with 1GB RAMand some drupal sites are running on it.Generally all sites are loading fine but sometimes we are unable to accessany sites....
View ArticleAdding custom protocol data while creating new keepalive connections (no...
Nginx is proxying requests to my custom tcp server. I have my proxy handler to create the right request format and process headers etc.The trouble started when I started using keepalive handler. I...
View Articlelimit_conn_zone Nginx Unknow error (4 replies)
What am I doing wrong here?http {limit_conn_zone $binary_remote_addr zone=one:63m;server {location /downloads/ {limit_conn one 10;}[root@batman1 ~]# service nginx configtestnginx: [emerg] the size...
View Article