| From | Sent On | Attachments |
|---|---|---|
| mike | Apr 27, 2008 12:36 am | |
| Dave Cheney | Apr 27, 2008 1:21 am | |
| mike | Apr 27, 2008 1:58 am | |
| Dave Cheney | Apr 27, 2008 2:11 am | |
| mike | Apr 27, 2008 1:34 pm | |
| Janko Hauser | Apr 27, 2008 1:44 pm | |
| Igor Sysoev | Apr 27, 2008 9:34 pm | |
| mike | Apr 27, 2008 10:52 pm | |
| Igor Sysoev | Apr 27, 2008 11:05 pm | |
| Chavelle Vincent | Apr 28, 2008 3:16 am | |
| Igor Sysoev | Apr 28, 2008 7:10 am | |
| mike | Apr 28, 2008 11:45 am | |
| kingler | Apr 28, 2008 12:03 pm | |
| mike | Apr 28, 2008 12:26 pm | |
| Ezra Zygmuntowicz | Apr 29, 2008 3:11 pm | |
| mike | Apr 29, 2008 4:55 pm | |
| mike | Apr 29, 2008 7:25 pm | |
| mike | Apr 29, 2008 9:11 pm | |
| Manlio Perillo | Apr 30, 2008 1:11 am | |
| mike | Apr 30, 2008 2:09 am | |
| Manlio Perillo | May 1, 2008 2:47 am | |
| mike | May 1, 2008 8:17 am | |
| mike | May 1, 2008 3:11 pm | |
| Eden Li | May 1, 2008 6:31 pm | |
| mike | May 1, 2008 7:03 pm |
| Subject: | Re: A hardware question | |
|---|---|---|
| From: | Igor Sysoev (is-G...@public.gmane.org) | |
| Date: | Apr 28, 2008 7:10:48 am | |
| List: | ru.sysoev.nginx | |
On Mon, Apr 28, 2008 at 12:16:59PM +0200, Chavelle Vincent wrote:
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.
Set up nginx on NFS server and proxy to it instead of getting files via NFS:
location /files/ { proxy_pass http://nfs_server_nginx; proxy_max_temp_file_size 0; }
-- Igor Sysoev http://sysoev.ru/en/





