中文(简体)
配置文件:configsettings.php
测试php版本7.3
伪静态
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}