mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-04 03:44:16 +00:00
7 lines
244 B
Plaintext
7 lines
244 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 php:9000 -pass-header Authorization
|