8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
|
|
upstream gatewayService {
|
||
|
|
server GATEWAYbazhong:9011;
|
||
|
|
}
|
||
|
|
|
||
|
|
upstream airportService {
|
||
|
|
server AIRPORTbazhong:9060;
|
||
|
|
}
|