From 8da9c6e598b3769e139def84288b22ea9c10692e Mon Sep 17 00:00:00 2001 From: amorozov Date: Fri, 8 Sep 2023 01:12:46 +0300 Subject: [PATCH] wip --- default.nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nginx.conf b/default.nginx.conf index cf705c2..ae8986c 100644 --- a/default.nginx.conf +++ b/default.nginx.conf @@ -2,7 +2,7 @@ events {} stream { server { - listen ${NGINX_PROXY_SOURCE_PORT}; - proxy_pass ${NGINX_PROXY_SOURCE_ADDRESS}; + listen $nginx_proxy_source_port; + proxy_pass $nginx_proxy_source_address; } } \ No newline at end of file