通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
[TOC] ## php_fastcgi 语法 ``` php_fastcgi [<matcher>] <php-fpm_gateways...> { split <substrings...> env [<key> <value>] root <path> index <filename> <any other reverse_proxy subdirectives...> } ``` 实例 ``` php_fastcgi 127.0.0.1:9000 php_fastcgi /blog/* 127.0.0.1:9000 ```