uploadprogress
    Vasiliy G Tolstov 
    v.tolstov at selfip.ru
       
    Thu Apr  2 00:22:23 MSD 2009
    
    
  
On Wed, 2009-04-01 at 17:44 +0300, Vladimir Getmanshchuk wrote:
> Все ли так?
> http {
> ...
> upload_progress proxied 1m; 
> ...
>     server {
>         ...
>         location / {
>             ...
>             track_uploads proxied 1s;
>             ...
>         }
>         location ^~ /progress {
>             report_uploads proxied;
>         }
>          ...
> }
> 
> Если все так, то покажи output от make | grep upload && make install |
> grep upload
> 
на уровне http {
upload_progress proxied 2m;
}
на уровне server {
location / {
track_uploads proxied 30s;
}
  location ~ /progress {
    report_uploads proxied;
  }
}
selfip nginx-0.7.46 # make | grep upload && make install | grep upload
		-o
objs/addon/ngx_uploadprogress_module/ngx_http_uploadprogress_module.o \
		modules/ngx_uploadprogress_module/ngx_http_uploadprogress_module.c
	objs/addon/ngx_uploadprogress_module/ngx_http_uploadprogress_module.o \
-- 
Vasiliy G Tolstov <v.tolstov at selfip.ru>
Selfip.Ru
    
    
More information about the nginx-ru
mailing list