how to make nginx loadbalancer give 404 when all upstream servers are down (1...
Hi folks,I have been stuck this issue for a long time now. Searches could not solve my issue hence posting here.Please help.I am using nginx as a load balancer and ngnix.conf looks...
View Articlenginx load balancing (2 replies)
Hi,I'm new to nginx. Need help understanding the http/s load balancingcapability of nginx open source versus nginx plus. Appreciate any inforegarding this query :)I just downloaded nginx and I'm going...
View ArticleRemoval of server from nginx load balancer does not reflect after nginx...
Hi,I am using nginx 1.8.0 as a load balancer.Below is the configuration snippet:upstream appservers {least_conn;server 10.21.3.123:8083;server 10.21.3.125:8083;}server {listen 443 ssl spdy...
View ArticleRewrite rules for "random" subfolders (no replies)
Hey,I would like to migrate my page from a webhoster to my own vServer running Nginx. So far I got everything up and running EXCEPT these stupid .htaccess file. Let me explain:My site contains several...
View ArticleRTMP save and watch with 1h delay (no replies)
HI,Nginx receive rtmp unsecure link from admin-> restream the same rtmp to users just using secure link & record to any format-> if user want, he can watch transmision choosing 1, 2 or 3h...
View ArticleRe: Good log analysis tool for nginx? (no replies)
I know this is an old post, but you may try GoAccess; works great - freeand open source console based. It may output an HTML,JSON,CSV reporttoo.http://goaccess.io/--Posted via...
View Articleheader handling (3 replies)
Hi,I have a few questions regarding headers in nginx:1) I use proxy_set_header to pass a header to upstream servers. Is itpossible to honor the header if the incoming request already has it?2) I want...
View Articleuwsgi_cache only caching root location (5 replies)
Hello all -I'm having an issue where nginx is only caching homepage requests. If i send requests to my server, the HTML at the homepage is saved, but requests to any URI otherwise do not save in the...
View ArticleÚnete a mí en el Grupo de Meetup AWS User Group Peru (no replies)
Raul Hugo Noriega te invitó a unirte a Meetup"Hola Ya somos una comunidad Oficial, Pronto realizaremos el Primer MeetUp Unete!"--------------------------------------AWS User Group PeruAWS Perú es una...
View ArticleUpgrading plain HTTP to HTTPS using STARTTLS (1 reply)
Hello,I consider switching from Apache to Nginx (or using it as a reverse proxy to the Apache), but need to upgrade plain HTTP connections to HTTPS using the scheme defined in RFC 2817. Reason for this...
View ArticleHow nginx proxy works (2 replies)
Hello,I would like to know how nginx proxy_pass works with upstream. I have 2 backend servers running. 1 nginx proxy running in front of them.My question isif one user connects to nginx proxy then...
View Article$upstream_status may show 502 even if upstream replied with 503 (no replies)
My nginx.conf:http {upstream test {server 127.0.0.1:8081 max_fails=0;server 127.0.0.1:8082 max_fails=0;}server {listen 8080;location / {proxy_pass http://test;}proxy_next_upstream...
View Articlenginx 1.8.0 http_proxy cache issues (1 reply)
Hi,I'm using nginx 1.8.0 on Ubuntu 14.04 LTS.# nginx -Vnginx version: nginx/1.8.0built with OpenSSL 1.0.1f 6 Jan 2014TLS SNI support enabledconfigure arguments: --with-cc-opt='-g -O2 -fPIE...
View Articlenginx makes mysqld die all the time (1 reply)
Greetings,I just migrated to nginx + php-fpm from apache a few websites, on acentos 6.6 virtual server. The sites are up but... now mysqld (MariaDB,actually) dies every 10/20 **minutes** with...
View Articlenginx-1.9.4 (1 reply)
Changes with nginx 1.9.4 18 Aug 2015*) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer"directives of the stream module are replaced with the"proxy_buffer_size" directive.*) Feature:...
View Articlenginx.conf schedule posted for 2015, September 22-24 @ Fort Mason, San...
Hello all!The NGINX user conference, nginx.conf 2015, is coming soon: September 22-24 @ Fort Mason, San Francisco. Register now to take advantage of our early pricing. — http://bit.ly/1NE1qHDnginx.conf...
View ArticleSetup for consuming external web APIs from internal app (no replies)
Hi NGinx users,Not sure if this is off topic.Need help on what would be the recommended setup/architecture for consumingexternal web apis (e.g. twitter, Facebook APIs) securely from anapplication...
View Article"Dereferencing Pointer To Incomplete Type" on ARM (no replies)
I swear I had built the hg default version on my AMD64 just fine, but now I'm doing it on my ARM device running Ubuntu 15.04 with kernel 4.2.I used the default system openssl, but also tried with the...
View ArticleAccept Header / cache versioning issue (3 replies)
Hi Guys,I noticed that Nginx 1.8.X is taking into account the Client Header "Accept" for versioning the cache objects, for instance:This request, generates one object in cache:curl -sv -o /dev/null...
View Articlelonger upstream request time after upgrade to Nginx > 1.4 (no replies)
Hi,first, the setup: I have 2 identical maschines running latest CentOS 6.6and uWSGI 2.0.10, both machines had nginx-1.4.7-1.el6.ngx.x86_64installed. I saw almost identical values for $request_time in...
View Article