docker/nginx/temp_vhosts/upstream.conf

8 lines
121 B
Plaintext
Raw Normal View History

2025-05-19 09:55:37 +08:00
upstream gatewayService {
server GATEWAYbazhong:9011;
}
upstream airportService {
server AIRPORTbazhong:9060;
}