Re: nginx WebDAV in combination with special charachters and whitespace in...
Sorry, that is definitively sorted out. It IS a bug in nginx! It happens with all non ASCII characters, that need to be escaped with "%" in the request "destination" header (which is in use only by...
View ArticleRe: nginx WebDAV in combination with special charachters and whitespace in...
Not sure the devs read here, they do read here http://forum.nginx.org/list.php?2 a repost there might get a response.
View ArticleWebsockets proxy and nginx upstream
Hi,I am trying to setup NginX as a reverse proxy for my WebSockets server. I have two backend servers and want the WebSocket connection calls to fail over between the machines if one of them is not...
View ArticleRe: Websockets proxy and nginx upstream
It looks like the fail over works, but it took way longer than it took for an regular HTTP connection. Perhaps the fail_timeout and max_fail defaults are different for WebSocket connections. Are these...
View ArticleCache when high load is on the page
Hello,I've the site with many pages which are added everyday.I'm trying to configure caching in nginx.I need that the page has been added into the cache, only if the greatly increased number of...
View ArticleRe: The importance of CNC prototype in launching product for enterprise
Leecheer provide the most professional CNC prototype manufacturing solution so that verify accurately your product design http://www.uyee-rapidprototype.com
View ArticleAutomatically start nginx on CentOS startup
Hi everybody,i installed nginx from sourceit located in /usr/local/nginxthe problem is if server rebootnginx will stopi tried chkconfig nginx --add or chkconfig nginx onbut not successplease help me...
View ArticleLimit connections to location by ip with limit_conn
I want to limit connections count to location from same ip and if limit was reached - throw 503 http error to client. It seems that, it's possible to do with limit_conn as described in doc...
View ArticleSetting PHP variables per site w/Uwsgi-plugin-php
I understand this may be a uwsgi question, but I couldn't find any place to ask it other than here.My setup:- Debian 7.x Wheezy- Nginx 1.2.1- uwsgi, uwsgi-emperor, uwsgi-plugin-php,...
View Articletuning load balancer
I am having two machines (A and B) that run apache web servers. Nginx on machine A balances the load between those apache web servers (machine A weight=1, machine B weight=3).Apart from apache server,...
View Articlenginx reverse proxy/load balancing to IIS host header
Hi everyone,I'm having trouble accessing a IIS site (with host header) through nginx. I get a 404 (HTTP Error 404. The requested resource is not found.)Here is the setup I did.Nginx 1.1.19 setup has...
View ArticleRe: nginx reverse proxy/load balancing to IIS host header
Correction the line "proxy redirect default;" was removed from the config
View ArticleProblem with subdomain wildcard and localhost
HelloI wish to have a configuration which allows for subdomains to be accessable without actual real sub folders created.Examplejack.localhost, this would be the direct url, but nginx would parse it as...
View ArticleRe: Problem with subdomain wildcard and localhost
HelloI believe I have managed to partially solve this(within my own knowledge of things)Firstly, Within your hosts file(independant of nginx) you must setup some subdomains, For windows it will...
View ArticleHow to configure nginx to work with PhantomJS
Hi Guys, I'm just getting started with nginx. I'm hosting an angular app on aws ec2 and I'm using phantomjs to serve a rendered html page for SEO purposes.When I set up nginx and modify the config,...
View ArticleHow to use a custom 403 page
Wondering if I could get some help. I am unable to serve a custom 403 page.I am using the geoip module to block a few ip addresses. I need to serve a custom xml file as the 403. My problem is that even...
View Articlefastcgi_cache and try_files
The configuration below only caches "css.php?parameter=x ..." requests. Requests like domain.com/blog/234 are not cached at all. It would be so nice of you to help me out, I tried for days solving this...
View Article