Skip to content

Instantly share code, notes, and snippets.

@watakirin
Created February 16, 2016 16:45
Show Gist options
  • Save watakirin/1d54eb1237ebc5210427 to your computer and use it in GitHub Desktop.
Save watakirin/1d54eb1237ebc5210427 to your computer and use it in GitHub Desktop.
Apache 2.4.16 Settings(Excerpt httpd.conf)
# PHP-fpm Settings
<FilesMatch \.php$>
SetHandler "proxy:unix:/var/run/php-fpm.sock|fcgi://127.0.0.1"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment