docker/nginxbazhong/vhosts/upstream.conf

3 lines
60 B
Plaintext

upstream gatewayService {
server ${GATEWAY_NAME}:7011;
}