Pony.fm/vagrant/php-overrides.ini

11 lines
156 B
INI
Raw Normal View History

2015-12-20 10:30:51 -08:00
[PHP]
expose_php = Off
post_max_size = 250M
2016-12-24 18:08:33 -08:00
upload_max_filesize = 200M
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.remote_port = 9000