Skip to content

Instantly share code, notes, and snippets.

@AllenJB
Created September 3, 2016 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AllenJB/db9bec56e685c0390115a6f38a518cf3 to your computer and use it in GitHub Desktop.
Save AllenJB/db9bec56e685c0390115a6f38a518cf3 to your computer and use it in GitHub Desktop.
<FilesMatch "^php-fpm-ping|php-fpm-status$">
SetHandler "proxy:unix:/var/run/php-fpm/dcr_v4.sock|fcgi://localhost/"
deny from all
allow from localhost
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment