thinkphp3.2 nginx 规则配置 2020/08/23 | php, thinphp | 评论(0) | 阅读(260) location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last; break; } }