HTTPS To HTTPS For Vmware Workspace
Hi to everyone,been struggling on this lately and even if I have been reading a lot on forums, blogs I still can't figure it out and maybe I should have asked straight in the beginning at the source.A...
View ArticleNginx, Is client using SPDY?
Is there a way to know the client can use or is using SPDY and then route that SPDY client specific data, Ie http<- site1, https<- site2, SPDY<-site3 (all have to use same domain and ip...
View Articleproxy_pass variable + internal redirects
It seems that Nginx can't support redirects when proxy_pass is set to variable. Is there a way to achieve this functionality e.g. somehow chain servers or other workaround? What is the reason why this...
View ArticleHAProxy load balancer, to Nginx for SSL offloading
Ok I will keep this short. I am trying to find information on this, but am not having any luck. We currently have an HAProxy box doing our load balancing for our web servers, then the SSL occurring on...
View ArticleBlock FLV Download by Referer
I wanted to see if there was a way to block access to flv downloads by site or referrer. I'm running into an issue where a lot of China based sites are tearing up my bandwidth by directly embedding my...
View ArticleUbuntu Nginx Error
What is causing my redirect error after I upgraded to latest Nginx on latest Ubuntu?2013/06/10 19:00:01 [error] 1078#0: *5434041 rewrite or internal redirection cycle while internally redirecting to...
View ArticleCan the Localhost Listen to Multiple Ports?
Hello,I'm rather new to Nginx and web servers in general, so please bear with me!The project I am working on, I am trying to create a reverse proxy with Nginx. However, rather than it being a reverse...
View Articlestreaming mp4/flv from external http server
HiI have problem with configure mp4/flv streaming on nginx. I will explain what I want to do.I have storage movie server (flv/mp4/mkv/avi) and it works by lighttpd. I'd like to set up nginx server...
View ArticleStreming with HttpSecureLink Module
Hello,I have streaming tube site,Im run on my root domain apache webserver, but on my storage server i want run nginx with HttpSecureLink ModuleI will try explain:root domain: site.com (apache)storage...
View Articlenginx rewrite rule exclude numbers
Need some help with Nginx write rule such that:All urls of type:-/1.1.1/xyz/abc/z.js/2.2.2/xyz/def/c.cssare re-directed to/xyz/abc/z.js/xyz/def/c.cssWant to exclude the numeric part which comes at the...
View ArticleConditional not working?
I'm using the following:set $cors FALSE;if ($http_origin ~* (http://example.com|http://dev.example.com:8000|http://dev2.example.com)) {set $cors TRUE;}if ($request_method = 'OPTIONS') {set $cors...
View ArticleBlocking Underlying Port
Situation, I have a series of upstream server all being served through nginx. I want to block access to the upstream servers o their port addresses using nginx i.e. only allow 192.168.1.80/service and...
View ArticleHttp Strict Transport Security is not working in NginX 1.4.1 and 1.5.1
Hi, I have tried adding add_header to my Nginx conf to add Http Strict Transport Security directives. But there is no changes or nothing happened at all in the scanning results using SSLLabs test...
View ArticleRe: SPDY Installed but not working?
Add this header to your vhost:add_header Alternate-Protocol: 443:npn-spdy/2;That should report Next Protocol Negotiation working on ssllabs.com.SPDYCheck gives the same report as you are getting,...
View ArticleRe: SPDY Installed but not working?
Hmm, still not working.I'm implementing this on a load balancer. Will it make any difference? We use HTTPS between the LB and the web nodes, but I presume the SPDY element only needs to be in place...
View ArticleVanity URL when file doesn't exist
Hi,In my NGINX conf, I'd like to set-up my site with vanity URLs when the file doesn't exist.This works for the most part, but I'd like to have the vanity URL include periods, underscores, dashes, and...
View Article404 Error for every php file in userdir
No matter what I just get an 404 Error when I try opening .php files in my /home/<username>/sites directory.Including is my nginx's default file. Can someone help me get this to work?Many...
View ArticleCache issue
Hi everybody!I'm looking for a solution that I not found in the documentation. The question is:for requests from internal ip : if you remove the file you will get 404 immediately (and if you update the...
View Article