亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

nginx - If the http proxy port built in go language is 80, will it have the same effect as the domain name resolved to the server IP?
天蓬老師
天蓬老師 2017-06-24 09:44:28
0
1
1770

For example, I used go to build an http proxy. The IP is 192.168.1.100 and the port is 80. After testing the proxy, there is no problem. Now I resolve a domain name to this IP. Direct access is not possible. If you want to achieve this effect, you should How to do it, forward it once with nginx?

天蓬老師
天蓬老師

歡迎選擇我的課程,讓我們一起見證您的進步~~

reply all(1)
世界只因有你

When go starts, is it bound to the IP address instead of 0.0.0.0? Use netstat -antp to check that the local computer of go is 0.0.0.0:80

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template