Skip to content

Instantly share code, notes, and snippets.

@fwolf
Created July 19, 2011 06:41
Show Gist options
  • Save fwolf/1091496 to your computer and use it in GitHub Desktop.
Save fwolf/1091496 to your computer and use it in GitHub Desktop.
php.ini on MediaTemple VPS
;====================================================================
[Fwolf]
date.timezone = PRC
display_errors = on
error_log = /var/log/php.err
include_path = ".:/var/www/vhosts/fwolf.com/httpdocs/include"
post_max_size = 16M
;session.save_path = "/var/lib/php/session"
upload_max_filesize = 10M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment