PEM_read_bio_X509 - Installing Cert. (2 replies)
I am running into a strange problem.If I cat domain.crt >> bundle.crtssl_certificate bundle.crt;ssl_certificate_key domain.key;and I try to start nginx I get the following error message.nginx:...
View Articlewarning C4701 src\http\ngx_http_request.c(728) (no replies)
src\http\ngx_http_request.c(728) : warning C4701: potentially uninitialized local variable 'data' usedVC 2010.From full source nginx-01e2a5bcdd8f
View ArticlePerformance penalty when using regular expressions in server_name? (1 reply)
Hi,let assume that we run the following domains:- agoodexample.org- agoodexmaple.com- agoodexample.net- a-good-example.org- a-good-example.com- a-good-example.netOur main site should be...
View Articlea NGINX Summit 2/25 in San Francisco (no replies)
Hello all!I’d like to invite you to join the Nginx, Inc. team for our first User Summit February 25th at Dogpatch Studios in San Francisco.The highlights include 2 formal presentations by the NGINX...
View ArticleHow to control the order of execution modules in nginx (1 reply)
From http://www.evanmiller.org/nginx-modules-guide.html, "The order of their execution is determined at compile-time". Is there a way to control this. ngx_modules.c has the list and order of execution....
View ArticleWill nginx decompress a compressed request (2 replies)
From this thread on the mailing list http://forum.nginx.org/read.php?11,96472,214266 , it appears that nginx does not support decompressing HTTP request from a client. The thread however is 2 years old...
View ArticleNginx proxy with websocket not returning data (no replies)
I am trying to configure nginx proxy with websockets I am using jetty server with cometd framework(sends connect request to server every minute). I am able to do the websocket handshake and send my...
View ArticleNginx proxy with websocket not returning data (1 reply)
Hi,I am trying to configure nginx proxy with websockets I am using jettyserver with cometd framework. I am able to do the websocket handshakeand send my login request to the server but I am not getting...
View Articlenginx as reverse-proxy for apache inside a VM (no replies)
Hi,I really don't know to solve this: http://forum.proxmox.com/threads/17680-nginx-apacheI got a 504 Gateway time-out errorI use proxmox as hypervisor, inside a CT, i want to use nginx as reverse proxy...
View ArticleNginx 403 forbidden (6 replies)
Hello everyone,I have Freebsd 8.2+squid+sarg+nginx server on my production server.I have problem to connect nginx internet users web reporting page. When i connect to this server via web browser get...
View ArticleHow fastcgi temp works? (no replies)
Hello everybody,We are using nginx with php-fpm. Our application works as download aggregator. We download files from 3rd party servers and send it to client while it's still being downloaded. It means...
View Articlenginx -> Dns server ? (1 reply)
Hello,I just read that nginx has a resolver.Will it be able to replace our powerdns which just enables the basics ds stuffs ? (lookup + ttl as usual)I rather prefer the nginx syntax and it would...
View Article"Zero size buf" Error on file upload (no replies)
Hi,I have a nginx server doing ffmpeg video conversions, we've noticed if we upload a file around 100Mb in size it won't upload and throws a "zero buf" error in nginx log; other logs not capture...
View Articleserver blocks configured, but getting "hello world" of nginx (19 replies)
I've followed the tutorial below to setup a couple of server blocks, but Iget the "Welcome to nginx" message every...
View ArticleJoomla CMS on Nginx (Rewrite/Environment Problem) (1 reply)
Hello List,I did a testmigration of a Joomla CMS yesterday, and there is a bug (thesystem was running on Apache before):There where no Apache rewrite rules on the old server.The Joomla Uses SEF (Search...
View Articlenginx-1.5.10 (no replies)
Changes with nginx 1.5.10 04 Feb 2014*) Feature: the ngx_http_spdy_module now uses SPDY 3.1 protocol.Thanks to Automattic and MaxCDN for sponsoring this work.*) Feature: the ngx_http_mp4_module now...
View ArticleUpgraded to 1.5.10 - Site Still SPDY/2? (2 replies)
I upgraded my Nginx reverse proxy to 1.5.10 using the official Ubuntu Precise Nginx packages, but my site is still reporting SPDY/2 in Chrome. Do I need to do something more drastic than issuing a kill...
View ArticleAre headers set in the server block inherited to all location blocks (7 replies)
I am seeing strange behavior using includes. For example, if I request a javascript file (ending in .js) the headers set globally in the server block are not set. I was under the impression that if you...
View ArticleMailserver proxy (all protocols, webmail included) (no replies)
Hello,I'm trying to configure a full proxy for my mailservers.With full, I mean for all protocols.We have, for example, 2 mail servers:zimbra (imap,pop3,smtp,webmail)linux+roundcube (imap, pop3, smtp,...
View ArticleSetting a header inside an if block (2 replies)
I currently have:server{...if ($remote_user = "") {return 401;}...}But what I really want is:server{...if ($remote_user = "") {add_header WWW-Authenticate 'Basic realm="mydomainhere.com"';return...
View Article