docker/nginxbazhong/vhosts/upstream.conf

7 lines
64 B
Plaintext

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