Created
August 22, 2013 13:57
-
-
Save joehoyle/6307512 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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