Skip to content

Instantly share code, notes, and snippets.

@philsturgeon
Created October 19, 2011 20:19
Show Gist options
  • Save philsturgeon/1299544 to your computer and use it in GitHub Desktop.
Save philsturgeon/1299544 to your computer and use it in GitHub Desktop.
Fuel Boxfile
web1:
################################################
## GENERAL SETTINGS
################################################
shared_writable_dirs: [/fuel/app/cache, /fuel/app/logs]
local_writable_dirs: [/fuel/app/tmp]
################################################
## WEB SPECIFIC SETTINGS
################################################
document_root: /public/
index_list: [index.php]
default_gateway: index.php
################################################
## PHP SPECIFIC SETTINGS
################################################
php_version: 5.3.6
php_extensions: [mongo, gd, filter, curl, mbstring]
php_error_reporting: 'E_ALL'
php_display_errors: On
php_short_open_tag: Off
php_default_mimetype: text/html
php_date_timezone: America/New_York
php_max_execution_time: 30
php_max_input_time: 60
php_post_max_size: 8M
php_file_uploads: On
php_upload_max_filesize: 2M
php_max_file_uploads: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment