Nginx on Windows how to know the correct MP4 buffer sizes ?

2015-04-15 Thread c0nw0nk
So i do video streaming of large videos 2GB+ in size how do i know what buffer sizes to use in my nginx config or should i leave it at default ? http://nginx-win.ecsds.eu/ http://nginx.org/en/docs/http/ngx_http_mp4_module.html location ~ \.mp4$ { mp4; #mp4_buffer_size ?; #mp4_max_buffer_size ?;

Re: unsubrile me pls ty

2015-04-15 Thread Nikolaj Schomacker
You can go to this page to unsubscribe http://mailman.nginx.org/mailman/listinfo/nginx If you have forgotten your password (which was sent to you in the first mail you received) there's also instructions on getting that back :) On Thu, Apr 16, 2015, 03:59 Mic Tremblay wrote: > > ___

unsubrile me pls ty

2015-04-15 Thread Mic Tremblay
___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx config for wordpress in subfolder with rewrites for main folder

2015-04-15 Thread itpp2012
sip Wrote: --- > how do i make /blog/ only use its own rules and ignore everything > else.? Have you tried a location block for /blog/ at a position before other blocks start handling things ? Posted at Nginx Forum: http://forum.nginx.org/read

Nginx config for wordpress in subfolder with rewrites for main folder

2015-04-15 Thread sip
I have a vbulletin site in root and a wordpress blog in /blog/ the root nginx rewrites all work as they should utilising the dbseo plugin for vbulletin to make search engine friendly urls if i turn on permalinks in wordpress i get a 404 error no matter what i try. Could anyone advise what the ch

Re: nginx reload sometimes not working(worker processes still alive)

2015-04-15 Thread Maxim Dounin
Hello! On Wed, Apr 15, 2015 at 09:31:21AM -0400, cobain86 wrote: > hi > i'm not sure if this is an nginx or pagespeed or maybe linux problem > > we're using nginx on RedHat > Linux 2.6.32-504.8.1.el6.x86_64 #1 SMP Fri Dec 19 12:09:25 EST 2014 x86_64 > x86_64 x86_64 GNU/Linux > > nginx1.6.2 wit

nginx reload sometimes not working(worker processes still alive)

2015-04-15 Thread cobain86
hi i'm not sure if this is an nginx or pagespeed or maybe linux problem we're using nginx on RedHat Linux 2.6.32-504.8.1.el6.x86_64 #1 SMP Fri Dec 19 12:09:25 EST 2014 x86_64 x86_64 x86_64 GNU/Linux nginx1.6.2 with pagespeed 1.9.32.3beta: nginx version: nginx/1.6.2 built by gcc 4.4.7 20120313 (R

using same cookie in map for 2 independent sites

2015-04-15 Thread Aleksey Portnov
Hello! I've got beta and live site listening on different ip on the same server. Both sites using same 'if' in 'server' statement: server { listen 1.1.1.1:80; server_name live; set $mage_run_code default; if ($cookie_store_code = a1) { set $mage_run_code kiosk_a1;

epoll_wait() reported that client prematurely closed connection, so upstream connection is closed too while sending request to upstream

2015-04-15 Thread pregunton
Hello, We have a problem with nginx in a drupal site. The images placed in the domain root are not visible in chrome, but in firefox for example, are fine. This is the error in the nginx virtual host error log: 2015/04/15 03:59:26 [info] 3853#0: *104563 epoll_wait() reported that client prematur