Skip to content

Instantly share code, notes, and snippets.

@nanobox-io
Created March 10, 2011 23:56
Show Gist options
  • Save nanobox-io/865208 to your computer and use it in GitHub Desktop.
Save nanobox-io/865208 to your computer and use it in GitHub Desktop.
general:
writable_directories: [ ]
php:
version: 5.3.5
extensions: []
error_reporting: E_ALL
display_errors: Off
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
web:
document_root: /
index_list: [ index.html, fartfan222.php, index.php]
far_future_expires: false
locations:
-
path: /
permissions:
-
rule: allow
who: 192.168.0.199
-
path: /etc/passwd
permissions:
-
rule: allow
who: 192.135.187.213
-
rule: deny
who: all
error_pages:
"404": /errors/404.html
"403": /errors/403.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment