10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
|
|
upstream gatewayService {
|
||
|
|
server ${GATEWAY_NAME}:7011;
|
||
|
|
}
|
||
|
|
|
||
|
|
upstream airportService {
|
||
|
|
server ${AIRPORT_NAME}:9060;
|
||
|
|
}
|
||
|
|
|
||
|
|
|