nginx

作者: 太阳的后裔90 | 来源:发表于2017-06-16 18:32 被阅读0次

windows系统配置本机域名访问程序目录的修改文件的路径:C:\windows \system 32\drivers \etc下的host文件中添加域名

./nginx -s reload重启nginx

反向代理:在conf中的nginx.conf 添加如下代码

location /baidu {

proxy_pass http://www.baidu.com/;

index index.html index.htm;

}

相关文章

网友评论

      本文标题:nginx

      本文链接:https://www.haomeiwen.com/subject/rzeuqxtx.html