From f6eb70c40852ff8cc865c219b91bbca2239af8cc Mon Sep 17 00:00:00 2001 From: sharkoz Date: Tue, 3 Sep 2019 21:37:47 +0200 Subject: [PATCH] Update nginx.tmpl Co-Authored-By: Linus Groh --- nginx.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.tmpl b/nginx.tmpl index 288f56c..dcdbd4c 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -4,7 +4,7 @@ events { } http { upstream otrecorder { - server ${SERVER_URL}:${SERVER_PORT}; + server ${SERVER_HOST}:${SERVER_PORT}; } server { listen ${LISTEN_PORT};