From 9d58b16d55973d23f6c7b4f56d7247bb345856b8 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 31 Mar 2022 17:06:11 +0400 Subject: [PATCH] Fixed a typo in a word Scheme. --- configs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nginx.conf b/configs/nginx.conf index 8421ac1..1f69cd6 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -24,7 +24,7 @@ server { proxy_set_header X-Client-Timezone $gi2_location_tz; proxy_set_header Host $host; - proxy_set_header Schema $scheme; + proxy_set_header Scheme $scheme; }