Created
October 14, 2018 15:48
-
-
Save johanot/af03cc4e91230f26d554f2d92e676843 to your computer and use it in GitHub Desktop.
fpm conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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