From 17e346f3b62788cecb98ec09b2970bd5c706be34 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 17 Dec 2022 21:28:23 +0400 Subject: [PATCH] Removed unnecessary Schema header from nginx.conf. --- configs/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/nginx.conf b/configs/nginx.conf index ec678f8..26b15a4 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -27,7 +27,6 @@ server { proxy_set_header X-Client-Timezone "$gi2_location_tz"; proxy_set_header Host $host; - proxy_set_header Schema "https"; proxy_set_header X-Real-IP $remote_addr; }