Created
October 7, 2015 23:31
-
-
Save adammcarth/3e87012a53f7a182c301 to your computer and use it in GitHub Desktop.
This file contains 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
apache: | |
install: '1' | |
settings: | |
user: www-data | |
group: www-data | |
default_vhost: true | |
manage_user: false | |
manage_group: false | |
sendfile: 0 | |
modules: | |
- rewrite | |
vhosts: | |
04KiqLZPEWIH: | |
servername: localhost.app.com | |
docroot: /var/www/www | |
port: '80' | |
setenv: | |
- 'APP_ENV dev' | |
override: | |
- All | |
options: | |
- Indexes | |
- FollowSymLinks | |
- MultiViews | |
engine: 'php' | |
custom_fragment: '' | |
ssl_cert: '' | |
ssl_key: '' | |
ssl_chain: '' | |
ssl_certs_dir: '' | |
mod_pagespeed: 0 | |
mod_spdy: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment