gwomacks / php-debug

Atom Text Editor package for PHP debugging
MIT License
119 stars 31 forks source link

Use the sock pattern? How to configure? #217

Closed githubzhaoqian closed 7 years ago

githubzhaoqian commented 7 years ago

location ~ .php$ { fastcgi_pass unix:/tmp/php-cgi.sock; fastcgi_index index.php;

cchamplin commented 7 years ago

This question looks specific to web server configuration. This package for Atom is probably not the best place to ask this type of question. I would suggest perhaps StackOverflow.