mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 05:43:08 +00:00
6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
#### PHP-FPM config ####
|
|
|
|
AddType application/x-httpd-fastphp5 .php
|
|
Action application/x-httpd-fastphp5 /php5-fcgi
|
|
Alias /php5-fcgi /usr/local/bin/php-fcgi
|
|
FastCgiExternalServer /usr/local/bin/php-fcgi -host 172.16.238.11:9000 -pass-header Authorization |