docker/nginxbazhong/vhosts/upstream.conf

7 lines
64 B
Plaintext
Raw Normal View History

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