Skip to content

Instantly share code, notes, and snippets.

@marcotinacci
Created August 2, 2017 11:29
Show Gist options
  • Save marcotinacci/28280a46a7c8d1aebc22dca4fe091c9d to your computer and use it in GitHub Desktop.
Save marcotinacci/28280a46a7c8d1aebc22dca4fe091c9d to your computer and use it in GitHub Desktop.
Apache 2.4 config to serve static files from S3
ProxyRequests off
ProxyPass /static/ http://bucketname.s3.amazonaws.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment