摘要: nginxlocation / { root /var/www; index index.html index.htm index.php; if (!-e $request_filename) { rewrite ^/index.php(.*)$ /index.php?s=$1 last; rew... 阅读全文
posted @ 2015-05-06 17:49 特里 阅读(447) 评论(0) 推荐(0) 编辑