Skip to content

Instantly share code, notes, and snippets.

@ptsakyrellis
Created March 16, 2018 15:54
Show Gist options
  • Save ptsakyrellis/e4649fdffec8c38052c39a0abc952f67 to your computer and use it in GitHub Desktop.
Save ptsakyrellis/e4649fdffec8c38052c39a0abc952f67 to your computer and use it in GitHub Desktop.
PuPHPet config file apache section
apache:
install: '1'
settings:
version: 2.4
user: www-data
group: www-data
default_vhost: false
manage_user: false
manage_group: false
sendfile: 0
modules:
- proxy_fcgi
- rewrite
- expires
- headers
vhosts:
monappli:
servername: monappli.local
docroot: /var/www/monappli/web
port: '80'
custom_fragment: ''
ssl: '0'
ssl_cert: ''
ssl_key: ''
ssl_chain: ''
ssl_certs_dir: ''
ssl_protocol: ''
ssl_cipher: ''
directories:
monappli:
path: /var/www/monappli
options:
- Indexes
- FollowSymlinks
- MultiViews
allow_override:
- All
require:
- 'all granted'
custom_fragment: ''
files_match:
avdfm_dy49m86btjq5:
path: \.php$
sethandler:'proxy:fcgi://127.0.0.1:9000'
custom_fragment: ''
provider: filesmatch
provider: directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment