server {
listen 9000;
server_name example1.example.com;
location / {
set $target http://something.service.lab.mu;
proxy_pass http://$target;
}
}
原文地址:https://www.cnblogs.com/littlehb/p/9800976.html
时间: 2024-11-04 23:06:17