Redirect traffic via campus connection
HI GuysI am very new to reverse proxy or proxy in general. I know this is what I need but am not sure where to start.I do support for a collage that has full access to a website without having to login...
View ArticleProblem with partial content 1.7.4
I was having trouble loading partial content after upgrading nginx to 1.7.4. I didn't realize it might be nginx until I compared the headers on my dev system which uses nginx 1.6.0 and my production...
View ArticleClosing NGINX processes from another program
Hello, I launch nginx from a program that I've written in Java. On Windows, I see two processes with Task Manager. But with my Java application I can only control/close one of them.How do I make them...
View ArticleVirtual IP addresses
Hi,I compiled and installed NGINX 1.6.1 RHEL server. I want to run NGINX as Reverse Proxy server connecting to different backend servers. Because the users of the Reverse Proxies are not form the same...
View ArticleError sending request: ComposeRequest: request buffer too small: 16384...
HiI am using Nginx in front of Apache and today i got this error :Error sending request: ComposeRequest: request buffer too small: 16384 against 17498Is this Apache error or Nginx error and where i can...
View ArticleNginx reverse proxy with custom routing logic
Hi,In my case the logic about what server should serve the request is not based upon the URL. Instead it based upon a id which may be passed as URL parameter or as a header (encrypted form). If it...
View Articlerewrite regex limitation
We encountered issue with rewrite regex on Nginx - basically we have bellow rule, which would rewrite URL like http://www.domain.com/php/api_name/xxx=1/yyy=2/zzz=3....to hit specific PHP script and...
View ArticleDifferent protocols for subdomain server blocks. Possible?
This is obviously possible for entirely different domains, but if you try the following...server {listen 443 spdy ssl;keepalive_timeout 70;server_name example.co.uk;client_max_body_size...
View Articlereverse proxy multiple backends (IIS and Drupal)
I'm fairly new using Nginx and I've tried so many variations of configs and read NGINX docs but I can't seem to figure it out... please help.. and thank you for helping!Background: IIS box:...
View Articlelearn syntax of query_String matching ( args)
I am new to nginx , i read a lot of tutorials and managed to set things up properly and fairly happy with my setup.now i am trying to dig deeper into nginx so i enrich my knowledge and obviously...
View Articleupstream sent more data than specified in "Content-Length" header while...
HiI am using nginx in front of Apache and i got this error on error log on nginx :upstream sent more data than specified in "Content-Length" header while reading upstreamHow can i fix this?
View Articlenginx chunked transfer encoding does not work.
I am using an implemention of nginx with jetty servlets.For the purpose of my project I need to initialize two connection to the jetty servlet and keep them open.To initialize the downlink I use a...
View ArticleRedirect subfolder with nginx
Hi, i'm new to nginx, i need create a redirect with a subfolder.I need redirect 2 link to same folder, ex.www.domain.com ---> /path/to/fileswww.domain.com/foo ---> /path/to/filesI have tried with...
View ArticleEnabled autoindex. Still throws 404 error
I am getting 404 Not Found error on one directory I enabled autoindex.Server: Ubuntu 14.0My config is as followsserver {listen 80 default_server;listen [::]:80 default_server ipv6only=on;root...
View ArticleMixed locations including Wordpress
Hello @all.I have a tricky question that I cannot solve.I have today two server configurations in Nginx: one for www.mydomain.com and one for blog.mydomain.com.I was advised to migrate my blog under...
View ArticleLogging remote IP-address behind load balancer
Hello,I am sorry to come up with something so seemingly trivial but I am having trouble configuring my nginx server in a way that it logs the remote address of a request which has been passed through a...
View Articlesymbolic directories not recognized by nginx
HelloI've done several tests : It seems that :-if I introduce symbolic link to directories inside my web directories, they are not recognized by nginx (err 404)-if in location tag in the config file I...
View ArticleRe: symbolic directories not recognized by nginx
Can you ls that link from a non-sudo shell ?nginx config ?
View Articlehttps for Wowwee Rovio
Hi,I have 2 devices that don't support https, a webcam and a Wowwee Rovio.I am using nginX as a proxy to convert these to https so as to hide passwords for port 80.Webcam uses only port 80 and works...
View Article