configuring for video seeking? - using projekktor media player (1 reply)
i am creating a plugin for the elgg open source social networking framework, that adds the projekktor media player (http://www.projekktor.com/) to elgg. i am so far unable to get projekktor to seek...
View ArticleStruggling with configuration (1 reply)
HiI am porting some stuff that I had working under Apache to now run underNginx and I have a particular case that I don't know how to deal with.I have a physical directory structure like...
View ArticleMultiple reverse proxies that read from /static/ ? (no replies)
Hello,Sorry for the beginner question, but I can't seem to find an example anywhere that shows how to handle nginx hosting more than one reverse proxy (such as a Django app and an Ipython notebook)...
View ArticleAge header support (1 reply)
HiIs Age header support on a roadmap for the forseeable future? I am mainly looking at the upstream side (and I saw there was a discussion in the developer zone a few months back) but it would be great...
View Articlenginx hotlinking protection issue with wildcards !! (4 replies)
hello,I am using hotlinking protection for mp4 files but found that wheneveri use wildcard in hot-linking, it doesn't work properly and videos evenplay on the domain where it doesn't suppose to be...
View Articlefastcgi_cache_path keys_zone=name:size (no replies)
Hi allI've simple question but unfortunately i cant' find any information.How many entries can handle 1MB of memory configured by size in keys_zone=name:size ?Thanks in advance for your reply
View Articleproxying of POST requests based on $args not working (2 replies)
Hi,The proxying of GET requests on $args i.e. feedid=293634 goes to server2 properly.But proxying of POST requests on $args i.e. feedid=293634 always goes to server1 instead of server2.Following is...
View Article$arg_name as an array (4 replies)
Hello,Does it possible to use $arg_name as an array?For exampleI've query string : ?opt[test]=1I'd like to get value od opt[test] but $arg_opt[test] doesn't work.Is there special syntax for that case?
View Articlesubs filter error (1 reply)
I'm running a TPB proxy on nginx using subs_filter to monetize the proxywith ads,and I keep getting this error every time someone loads a page.subs filter header ignored, this may be a compressed...
View ArticleCaching servers in Local ISPs !! (6 replies)
Hello,We're running a high traffic website similar to youtube.com. Due tohigh bandwidth utilization over the network, we're in contact with thelocal ISP in order to put caching server to reduce...
View ArticleStrange advisory (3 replies)
I just saw something strange on http://nginx.org/en/security_advisories.html:"An error log data are not sanitizedSeverity: noneCVE-2009-4487...
View ArticleRe: nginx Digest, Vol 55, Issue 26 (no replies)
On May 10, 2014 6:00 AM, <nginx-request@nginx.org> wrote:> Send nginx mailing list submissions to> nginx@nginx.org>> To subscribe or unsubscribe via the World Wide Web, visit>...
View ArticleWSS Proxy to a Jetty AppServer (no replies)
Hi,Im trying to proxy the wss (websockets) to a jetty serverI have jetty server listening on 8085 httpI've made the ssl proxy to the 8085 fineI've made the ws proxy to jetty ok getting web sockets...
View ArticleNginx cache and default error pages (no replies)
Quick question:Are hardcoded default error pages being cached when *_cache directivesspecify their HTTP error code? Or does it only apply to pages specifiedwith the error_page directive?---*B....
View ArticleSCGI and uwsgi modules docs (no replies)
Those modules seem to be part of nginx since0.8<http://forum.nginx.org/read.php?27,134561,134561#msg-134561>but Icould not find any docs on the uwsgi module on the official website.Why...
View ArticleProxying POST requests for the given conditions (no replies)
Hi,For all POST requests to nginx.We want to proxy_pass to http://192.168.1.1:8000 if test=1 or to http://192.168.1.2:8080 if test=0How to configure the above.Thanks,M....
View Articlehttp error on upload !! (1 reply)
We're receiving http error most of the time when uploading files with500MB. We're using nginx+php-fpm.nginx client_max_body_size is set to 3000M.php.ini settings areupload_max_size 3000Mpost_max_sive...
View ArticleSSL Client Authentication (1 reply)
I have the following *server* configuration for client-authentication:ssl on;ssl_certificate /.../deploy_api_certificate.pem;ssl_certificate_key /.../deploy_api_private.pem;ssl_client_certificate...
View ArticleCompile nginx 1.4.7 --with-http_rewrite_module Error (4 replies)
hi:I compiled nginx1.4.7,add to --with-pcre=/root/nginx/pcre-8.34 --with-http_rewrite_module parameter;An error occurred :./configure: error: invalid option "--with-http_rewrite_module" ,Trouble who...
View ArticleReturn JSON for 404 error instead of html (1 reply)
How can I return a custom JSON body on 404, instead of the default html of:<html><head><title>404 Not Found</title></head><body...
View Article