Re: [nginx-announce] nginx-1.7.10 (no replies)
Hello Nginx users,Now available: Nginx 1.7.10 for Windows http://goo.gl/tzDzKY (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleGoogle dumps SPDY in favour of HTTP/2, any plans for nginx? (1 reply)
Google dumps SPDY in favour of HTTP/2, any plans ore roadmap for HTTP/2 in nginx?see https://blog.chromium.org/2015/02/hello-http2-goodbye-spdy-http-is_9.html"HTTP is the fundamental networking...
View ArticleNeed to remove folder name from URL (5 replies)
HiWe're using proxy_pass to silently forward a website to a different URL.Here is the codelocation ^~/<folder name> {proxy_pass http://www.example.org/<folder name>;}So let's say the site...
View ArticleProtect /analytics on Nginx with basic authentication, but allow access to...
Hey folks, Nginx noob here. I also posted here with no luck yet: http://forum.piwik.org/read.php?2,123492I have Piwik setup and running on a Nginx webserver that I protected with HTTP basic...
View ArticleTypo in proxy_cache_key documentation (no replies)
Default isn't $scheme$proxy_host$request_uri, but rather $scheme://$proxy_host$request_uriThanks!
View ArticleGET requests returning 404 (no replies)
Hi,We are using Play for the backend and using NGinx to serve requests for static files from local.Below is the config that we are usingupstream backend {server x.x.x.x:9000;}server {listen...
View ArticleIntermittent 500 errors with Nginx reverse proxy for Apache PHP FPM (no replies)
I have Nginx as reverse proxy in front of Apache. Nginx is handling most ofthe redirects and static content. Apache is handling PHP requests usingfastcgi php-fpm. This setup is giving intermittent 500...
View ArticleDoes ssl_trusted_certificate actually send certs to client? (1 reply)
Hi all,I have an Nginx 1.7.6 server serving HTTPS content, and I've beentweaking the configuration lately to ensure it is secure andperformant[1].One component of this is ensuring that the intermediate...
View Articlekeep-alive message flood. (1 reply)
Hi all,I am running an application that uses the nginx_http_push_module-0.712push module.The relevant set up isserver {listen 443 default ssl;## SSL Certsssl on;ssl_certificate...
View ArticleRequest for thoughts / feedback: Guide on Nginx Monitoring (no replies)
Hi everyone - first off, many thanks for the wealth of knowledge on the forum / mailing list. I've been learning the nitty gritty of Nginx over the past few months this has been a hugely valuable...
View ArticleNginx add location details to URL when we stop decoding URL (1 reply)
I am accessing a URL which has encode charactershttp:....../malintha/tel%3A%2B6281808147137location /gateway/ {proxy_set_header X-Forwarded-Host $host;proxy_set_header X-Forwarded-Server...
View Articlekeep-alive confused (1 reply)
hello,I use nginx as a reverse proxy, and I find a question that confused me.In upstream loction I use keepalive direction to keep a connection pool. As everyone knows,that can reduse tcp handshake...
View Articlefastcgi_request_buffering directive for 1.6.2? (no replies)
Hi, how do I get a patch for the fastcgi_request_buffering directive support for nginx version 1.6.2 or any other version going forward? Thank you.
View ArticleFwd: Deny access to subfolder/files (2 replies)
Hello,i have a URL likehttps://example.com/foo/doc/bar/filename.txtI want to deny access to all files and folders in /doc/...and trylocation ~ ^/foo/(doc|etc|lib|log|sbin|var/cache|var/lib|var/log)/...
View ArticleReporter looking to talk about the Silk Road Case / Special Agent Chris...
Hey all, esteemed members of this Nginx mailing list.I'm a freelance reporter (former Onion headline writer and former chemicalengineer) trying to gather some kind of technical consensus on a part...
View ArticleProxying websockets, connections sometimes being dropped (no replies)
I've been investigating a fairly infrequent issue related towebsockets being dropped and attempted downgraded to long-polling whentalking to a cometd server (a proprietary java server with...
View ArticleConverting POST into GET (no replies)
Hi,I need (as part of a cache busting exercise) to convert a POST into aGET with the same URI parameters. ( The URL is currently a GET, but aproxy I have to subvert is mangling things :( There is no...
View Article301 redirect (5 replies)
Hello,I need to redirect some URLs after redesigning my website.I use a 301 redirect for HTTP to HTTPS protocole :if ($scheme = "http") {return 301 https://$server_name$request_uri;}But how do I...
View ArticleBoringSSL build issue (no replies)
Hello,I get the following error when I try to build nginx 1.7.10 against boringssl latest revision :cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I...
View Articlerewrite rules cms phpwcms not working (no replies)
I try to convert apache rewrite rules for CMS phpwcms (www.phpwcms.de), but with the online converter tools and some adjustments recommended at the nginx wiki I still struggle with that.That's my...
View Article