Re: прозрачное проксирование с AWS S3

ast nginx-forum at nginx.us
Tue Apr 9 17:12:11 UTC 2013


location @s3 {
                expires max;
                proxy_pass https://n.s3-us-west-2.amazonaws.com;
                proxy_set_header Host "n.s3-us-west-2.amazonaws.com";
                proxy_set_header Authorization "";
                proxy_hide_header X-Amz-Id-2;
                proxy_hide_header x-amz-request-id;
                add_header Last-Modified "";
                proxy_hide_header ETag;
                proxy_redirect     off;
}

?

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,238096,238237#msg-238237



Подробная информация о списке рассылки nginx-ru