Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created March 14, 2011 21:15
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 tylerflint/869906 to your computer and use it in GitHub Desktop.
Save tylerflint/869906 to your computer and use it in GitHub Desktop.
Fully Featured Boxfile
general:
writable_directories: [/dirA, /dirB]
web:
document_root: /
index_list: [index.html, index.php]
default_gateway: index.php
locations: []
error_pages: {404: /404.html}
php:
version: 5.3.5
extensions: [mysql]
error_reporting: 'E_ALL'
display_errors: On
short_open_tag: On
default_mimetype: text/html
date_timezone: US/central
max_execution_time: 30
max_input_time: 60
post_max_size: 8M
file_uploads: On
upload_max_filesize: 2M
max_file_uploads: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment