Skip to content

Instantly share code, notes, and snippets.

@joehoyle
Created August 22, 2013 13:57
Show Gist options
  • Save joehoyle/6307512 to your computer and use it in GitHub Desktop.
Save joehoyle/6307512 to your computer and use it in GitHub Desktop.
php5-xdebug:
pkg:
- installed
/etc/php5/fpm/conf.d/20-xdebug.ini:
file.managed:
- contents: "zend_extension=/usr/lib/php5/20100525+lfs/xdebug.so\nxdebug.remote_enable=1\nxdebug.remote_handler = dbgp\nxdebug.remote_connect_back = on\nxdebug.remote_host=10.0.2.2"
- user: root
- group: root
- mode: 644
/etc/nginx/fastcgi_params:
file.append:
- text: "\nfastcgi_read_timeout 300;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment