Skip to content

Instantly share code, notes, and snippets.

@MeixnerTobias
Created August 14, 2016 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MeixnerTobias/9b308444882f0d7506533c8a1233325d to your computer and use it in GitHub Desktop.
Save MeixnerTobias/9b308444882f0d7506533c8a1233325d to your computer and use it in GitHub Desktop.
Apache customization for EC2 provisioning in Elastic Beanstalk .ebextensions\apachesetup.config
files:
"/etc/httpd/conf.d/apache_custom_values.conf" :
mode: "000644"
owner: root
group: root
content: |
LoadModule rewrite_module modules/mod_rewrite.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment