nginx 子域名(泛域名)绑定解析到服务器指定目录下
如http://blog.example.com/的请求解析到服务器下的/usr/data/blog/目录中
我们可这样
server { listen 80; server_name *.example.com; access_log /home/wwwlogs/example.com_nginx.log combined; index index.html index.htm index.php; if ($h...
点击查看剩余70%
网友评论0