Skip to content

Instantly share code, notes, and snippets.

@johanot
Created October 14, 2018 15:48
Show Gist options
  • Select an option

  • Save johanot/af03cc4e91230f26d554f2d92e676843 to your computer and use it in GitHub Desktop.

Select an option

Save johanot/af03cc4e91230f26d554f2d92e676843 to your computer and use it in GitHub Desktop.
fpm conf
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/johan.colabo.dk.sock|fcgi://localhost/"
</FilesMatch>
<Proxy unix:/run/php/johan.colabo.dk.sock|fcgi://localhost/>
ProxySet connectiontimeout=5 timeout=240
Allow from all
</Proxy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment