Skip to content

Instantly share code, notes, and snippets.

@styks1987
Created December 28, 2016 18:08
Show Gist options
  • Save styks1987/c2f905c7e6d66923ff8204250e80a1a5 to your computer and use it in GitHub Desktop.
Save styks1987/c2f905c7e6d66923ff8204250e80a1a5 to your computer and use it in GitHub Desktop.
<Proxy "fcgi://app_php:9000/" enablereuse=on max=10>
</Proxy>
<FilesMatch "\.php$">
SetHandler "proxy:fcgi://app_php:9000/"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment