-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.box
More file actions
executable file
·28 lines (26 loc) · 822 Bytes
/
.box
File metadata and controls
executable file
·28 lines (26 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
################################################
## GENERAL SETTINGS
################################################
url_rewrites:
################################################
## WEB SPECIFIC SETTINGS
################################################
document_root: /
index_list: [index.php]
default_gateway: public/index.php
################################################
## PHP SPECIFIC SETTINGS
################################################
php_version: 5.3.5
php_extensions: [eaccelerator, mysql]
php_error_reporting: 'E_ALL'
php_display_errors: On
php_short_open_tag: On
php_default_mimetype: text/html
php_date_timezone: US/central
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