Joined February 2016
·

Feron Valentin

Sydney, Australia
·
·

Posted to Nginx as proxy for Amazon S3 over 1 year ago

Fix your code for future readers please

proxypass http://$s3bucket/$url_full;

is actually

proxypass http://$s3bucket$url_full;

or

proxypass http://$s3bucket$uri;

Nice article

Achievements
1 Karma
0 Total ProTip Views