分类:Linux 日期:2023-04-07 作者:wangjianjilei 浏览:97
location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last; break; } }