From d82a7822f6958ff9633c46de0fe6b6dbffb6f627 Mon Sep 17 00:00:00 2001 From: dimon Date: Fri, 1 Apr 2022 17:09:23 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'nginx=5Fssl.conf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx_ssl.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx_ssl.conf b/nginx_ssl.conf index 0535895..f624bf1 100644 --- a/nginx_ssl.conf +++ b/nginx_ssl.conf @@ -16,4 +16,5 @@ server { proxy_max_temp_file_size 0; proxy_pass http://127.0.0.1:9000; proxy_redirect http:// https://; - } \ No newline at end of file + } +}