Created
April 11, 2016 15:31
-
-
Save rifki/0c337dbaba9b320f3032aa0b79358629 to your computer and use it in GitHub Desktop.
proxy module .htaccess amazon s3 to cloudfront
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
..... | |
LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so | |
LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so | |
ProxyRequests off | |
ProxyPass /feed/ http://abcdefg.cloudfront.net/feed/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment