Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Настройка nginx под image hostin g
Today Apr 8, 2010 at 15:52 Slava Kokorin wrote:
> location / {
> root /mnt/ssd64/img_cache;
> default_type image/jpeg;
> error_page 404 = @fetch; # Like in doc, cause "try_files
> $uri @fetch =403;" doesn't work
> log_not_found off;
> open_file_cache_errors off;
> }
Вредные у Вас заметки комментариях.
http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#try_files
syntax: try_files файл [файл ...] (uri|=код)
В таком виде искался файл @fetch.
> location @fetch {
> internal;
Именованный location и так internal.
> proxy_store on;
> proxy_store_access user:rw group:rw all:r;
>
> proxy_buffering off;
AFAIK proxy_store не сохраняет файл если proxy_buffering off.
--
WNGS-RIPE
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|