nginx反向代理配置域名映射

在Nginx.conf里面html server { # 监听 80 端口 listen 80; autoindex on; server_name www.baidu.com; #access_log /usr/local/nginx/logs/access.log combined; index doc.html ; if ( $q
相关文章
相关标签/搜索