标签: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