Skip to content

Instantly share code, notes, and snippets.

@nanobox-io
Created March 10, 2011 23:56

Revisions

  1. @invalid-email-address Anonymous created this gist Mar 10, 2011.
    41 changes: 41 additions & 0 deletions gistfile1.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,41 @@
    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