Skip to content

Instantly share code, notes, and snippets.

@illepic
Last active August 29, 2015 14:25
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 illepic/84c976ab3bd20c292340 to your computer and use it in GitHub Desktop.
Save illepic/84c976ab3bd20c292340 to your computer and use it in GitHub Desktop.
files_match:
avdfm_upfg216ln0n9:
path: \.php$
sethandler: 'proxy:fcgi://127.0.0.1:9000'
custom_fragment: ''
provider: filesmatch
php:
install: '1'
settings:
version: '56'
modules:
php:
- cli
- intl
- mcrypt
- gd
# - curl
pear: { }
pecl:
- pecl_http
ini:
display_errors: 'On'
error_reporting: '-1'
session.save_path: /var/lib/php/session
date.timezone: UTC
memory_limit: '512M'
upload_max_filesize: '100M'
post_max_size: '128M'
max_input_time: '600'
fpm_ini:
error_log: /var/log/php-fpm.log
fpm_pools:
phpfp_h1nx9bslxrmo:
ini:
prefix: www
listen: '127.0.0.1:9000'
security.limit_extensions: .php
user: www-user
group: www-data
composer: '1'
composer_home: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment