摘要: 最简单的方法是使用NGINX的 internal 功能 server { listen 80; server_name www.xxx.com; location / { index index.php index.html index.htm; root /xxx; if (!-e $reques 阅读全文
posted @ 2017-08-17 21:53 lbnnbs 阅读(1308) 评论(0) 推荐(0) 编辑