摘要: location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } } 阅读全文
posted @ 2021-12-05 20:08 garfieldtom 阅读(17) 评论(0) 推荐(0) 编辑