码迷,mamicode.com
首页 > 其他好文 > 详细

nginx与ssh 把内网转为公网开发服务器

时间:2018-03-09 14:08:48      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:rem   and   设备   cat   androi   ati   pass   class   chat   

server {
listen 80;
server_name wechat.xxx.xx;
location / {
proxy_pass http://127.0.0.1:10000;
proxy_set_header X-Real-IP $remote_addr;
}
}
ssh wechat.xxx.xx -R 10000:127.0.0.1:8000
本地web 8000
本地开个 dnsmasq 让 iOS 或 Android 设备用本地的 dns

nginx与ssh 把内网转为公网开发服务器

标签:rem   and   设备   cat   androi   ati   pass   class   chat   

原文地址:https://www.cnblogs.com/anjunact/p/8533341.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!