nginx
下载地址 http://nginx.p2hp.com/en/download.html
conf/nginx.conf 配置
server {
listen 8090;
server_name 172.xx.xx.xx; //自己内网地址
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
#root html;
#index index.html index.htm;
proxy_pass http://127.0.0.1:8081; //代理地址
}
}文章来源:https://www.toymoban.com/news/detail-413908.html
更改文件后 任务管理器 nginx 任务结束 再 重启文章来源地址https://www.toymoban.com/news/detail-413908.html
到了这里,关于nginx 内网互相访问的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!