From 3e1a4cc6cff7694be8df9c7ee436b917cb2abf9f Mon Sep 17 00:00:00 2001 From: nomandera <1133344+nomandera@users.noreply.github.com> Date: Sun, 26 Jun 2022 16:51:22 +0000 Subject: [PATCH] restore missing template new lne --- jellyseerr.subdomain.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/jellyseerr.subdomain.conf b/jellyseerr.subdomain.conf index f7bdc0f..431be31 100644 --- a/jellyseerr.subdomain.conf +++ b/jellyseerr.subdomain.conf @@ -35,5 +35,6 @@ server { set $upstream_port 5055; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; + } }