Skip to content

Instantly share code, notes, and snippets.

@georgeoftown
Created October 19, 2018 09:46
Show Gist options
  • Save georgeoftown/dccd2ff469ff26134af9f93f8945fd2a to your computer and use it in GitHub Desktop.
Save georgeoftown/dccd2ff469ff26134af9f93f8945fd2a to your computer and use it in GitHub Desktop.
<IfModule !mod_php7.c>
<IfModule proxy_fcgi_module>
Timeout 1200
<FilesMatch ".+\.ph(p[3457]?|t|tml)$">
SetHandler "proxy:unix:/run/php/php7.0-owncloud.sock|fcgi://localhost"
</FilesMatch>
</IfModule>
</IfModule>
KeepAlive On
KeepAliveTimeout 100
MaxKeepAliveRequests 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment