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

Nignx添加proxy_pass可能造成DNS解析超时的问题解决

时间:2018-10-17 00:01:40      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:pre   问题解决   添加   example   tar   something   题解   target   server   

server {
    listen 9000;
    server_name example1.example.com;
    location / {
        set $target http://something.service.lab.mu;
        proxy_pass http://$target;
    }
}

Nignx添加proxy_pass可能造成DNS解析超时的问题解决

标签:pre   问题解决   添加   example   tar   something   题解   target   server   

原文地址:https://www.cnblogs.com/littlehb/p/9800976.html

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