From 439004681edc5f99737e06b32ebe545ff022eb9f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Nov 2021 18:04:45 +0100 Subject: [PATCH] Update ssl.gtpl --- emby/root/etc/nginx/templates/ssl.gtpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emby/root/etc/nginx/templates/ssl.gtpl b/emby/root/etc/nginx/templates/ssl.gtpl index c2d40799b..a734db660 100644 --- a/emby/root/etc/nginx/templates/ssl.gtpl +++ b/emby/root/etc/nginx/templates/ssl.gtpl @@ -4,8 +4,8 @@ server { include /etc/nginx/includes/server_params.conf; include /etc/nginx/includes/proxy_params.conf; include /etc/nginx/includes/ssl_params.conf; - ssl_certificate %%certfile%% - ssl_certificate_key %%certkey%% + ssl_certificate %%certfile%%; + ssl_certificate_key %%certkey%%; location ^~ / { include /config/nginx/proxy.conf;