Update nginx.tmpl

Co-Authored-By: Linus Groh <mail@linusgroh.de>
This commit is contained in:
sharkoz
2019-09-03 21:37:47 +02:00
committed by GitHub
co-authored by Linus Groh
parent 1008d99144
commit f6eb70c408
+1 -1
View File
@@ -4,7 +4,7 @@ events {
}
http {
upstream otrecorder {
server ${SERVER_URL}:${SERVER_PORT};
server ${SERVER_HOST}:${SERVER_PORT};
}
server {
listen ${LISTEN_PORT};