From d19c6a526daf61c3973ac8ec715049c00e9847fa Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 6 May 2021 16:29:17 +0200 Subject: [PATCH] Use domain explicitly --- nginx.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index c50932b..093a601 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -6,7 +6,7 @@ proxy_cache_path /var/cache/nginx/peertube-media-cache levels=1:2 keys_zone=peer server { listen 80; - server_name _; + server_name {{ env "DOMAIN" }}; ## # Application