docker/nginxbazhong/vhosts/upstream.conf

10 lines
125 B
Plaintext
Raw Normal View History

2025-06-05 09:21:59 +08:00
upstream gatewayService {
server ${GATEWAY_NAME}:7011;
}
upstream airportService {
server ${AIRPORT_NAME}:9060;
}