events {}
stream {
server {
listen ${NGINX_PROXY_SOURCE_PORT};
proxy_pass ${NGINX_PROXY_SOURCE_ADDRESS};
}