# 方案一if (!-e $request_filename) {rewrite ^/(.*) /index.php/$1 last;}# 方案二location /{if (!-e $request_filename){rewrite ^(.*)$ /index.php?s=$1 last; break;}}
php.ini配置
[syx]syx.library=/www/wwwroot/php-rpc-api/GlobalLibrary #php-rpc-api需要去公司git下载syx.environ=privatesyx.use_namespace=On
