Re: store_proxy не сохраняет файлы
greenh
greenh at gmail.com
Sun Nov 9 10:07:05 UTC 2014
Proxy_store конечно, на не store_proxy
9 ноября 2014 г., 12:01 пользователь greenh <greenh at gmail.com> написал:
> Добрый день
> Подскажите плз, что я делаю не так
> имеется основной сервер хранения (storage) и фронтенд (img)
> на фронтенде настроено
>
> server {
> listen *:80;
> server_name img.site1.com img-a6.site1.com ;
> root /home/site1/site1.com;
>
> location ~* \.(jpg|jpeg|gif|png|ico|css|bmp|swf|js|html|txt)$ {
> root /home/site1/site1.com/;
> try_files $uri $uri/ @fallback;
> error_log /home/site1/logs/site1.com-img-error.log warn ;
> }
> location @fallback
> {
> proxy_pass http://storage.site1.com;
> proxy_store /home/site1/site1.com/$request_uri;
> root /home/site1/site1.com;
> proxy_store_access user:rw group:rw all:rw;
> error_log /home/site1/logs/fallback-error.log warn ;
> access_log /home/site1/logs/fallback-access.log ;
> }
>
> }
> но при этом в /home/site1/site1.com пусто и он все равно за каждым
> запросом обращается на storage
> nginx version: nginx/1.6.2
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-ru/attachments/20141109/1e36780a/attachment.html>
Подробная информация о списке рассылки nginx-ru