vanishke / blog-comments

blog-comments
0 stars 0 forks source link

windows实现nginx反向代理 | vanishke个人技术博客 #2

Open vanishke opened 3 years ago

vanishke commented 3 years ago

https://hexo-sigma-eight.vercel.app/2021/01/06/blogs/windows%E5%AE%9E%E7%8E%B0nginx%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86/

环境 nginx下载 nginx代理设置 反向代理验证 环境windows 7nginx-1.16.1 nginx下载官方下载地址笔者使用的nginx-1.16.1版本 nginx代理设置# http下server子节点设置 server { listen 8089; #nginx监听访问端口号 server_name 10.9.

vanishke commented 3 years ago

comment!