25 messages in ru.sysoev.nginxRe: A hardware question
FromSent OnAttachments
mikeApr 27, 2008 12:36 am 
Dave CheneyApr 27, 2008 1:21 am 
mikeApr 27, 2008 1:58 am 
Dave CheneyApr 27, 2008 2:11 am 
mikeApr 27, 2008 1:34 pm 
Janko HauserApr 27, 2008 1:44 pm 
Igor SysoevApr 27, 2008 9:34 pm 
mikeApr 27, 2008 10:52 pm 
Igor SysoevApr 27, 2008 11:05 pm 
Chavelle VincentApr 28, 2008 3:16 am 
Igor SysoevApr 28, 2008 7:10 am 
mikeApr 28, 2008 11:45 am 
kinglerApr 28, 2008 12:03 pm 
mikeApr 28, 2008 12:26 pm 
Ezra ZygmuntowiczApr 29, 2008 3:11 pm 
mikeApr 29, 2008 4:55 pm 
mikeApr 29, 2008 7:25 pm 
mikeApr 29, 2008 9:11 pm 
Manlio PerilloApr 30, 2008 1:11 am 
mikeApr 30, 2008 2:09 am 
Manlio PerilloMay 1, 2008 2:47 am 
mikeMay 1, 2008 8:17 am 
mikeMay 1, 2008 3:11 pm 
Eden LiMay 1, 2008 6:31 pm 
mikeMay 1, 2008 7:03 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: A hardware questionActions...
From:Chavelle Vincent (list@public.gmane.org)
Date:Apr 28, 2008 3:16:36 am
List:ru.sysoev.nginx

Igor Sysoev wrote:

We use the proxying in this case instead of NFS:

client > nginx (1) > nginx

On nginx (1) it's better to set "proxy_max_temp_file_size 0" for the proxied location.

You recommend to use proxying for mass file serving. I am in this case, I use nginx and a specific module that I have coded. (to simplify things, it control access files and redirect client to ngx_http_internal_redirect)

I have think to use NFS for serve the files. I don't understand how to use proxying instead of that.