docker/nginxdashuju/vhosts/upstream.conf

10 lines
125 B
Plaintext
Raw Normal View History

2025-06-03 15:00:03 +08:00
upstream gatewayService {
server ${GATEWAY_NAME}:7011;
}
upstream airportService {
server ${AIRPORT_NAME}:9060;
}
2025-06-03 16:30:17 +08:00