Skip to content

Instantly share code, notes, and snippets.

@kraigh
Created May 14, 2013 20:11
Show Gist options
  • Save kraigh/5579097 to your computer and use it in GitHub Desktop.
Save kraigh/5579097 to your computer and use it in GitHub Desktop.
Wordpress boxfile for Midrash
web1:
php_version: 5.3.8
php_max_execution_time: 600
php_max_input_time: 600
php_post_max_size: "100M"
php_upload_max_filesize: "100M"
php_file_uploads: "1"
php_max_file_uploads: 10
php_display_errors: "0"
php_date_timezone: "US/central"
php_default_locale: "en_US"
name: wordpress
document_root: /
shared_writable_dirs:
- wp-content
php_extensions:
- mysqli
- mysql
- gd
- curl
- hash
- json
- xml
- ftp
- pdo
- pdo_mysql
- mcrypt
- mbstring
- eaccelerator
- uploadprogress
- ssh2
db1:
name: midrash
type: mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment