摘要: .conf location / { index index.html index.htm index.php; #autoindex on; if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; } } 阅读全文
posted @ 2021-11-18 10:25 子岚天羽卿怜水 阅读(126) 评论(0) 推荐(0) 编辑