docker/nginx/temp_vhosts/upstream.conf

8 lines
121 B
Plaintext

upstream gatewayService {
server GATEWAYbazhong:9011;
}
upstream airportService {
server AIRPORTbazhong:9060;
}