1
0
Fork 0

Removed unnecessary Schema header from nginx.conf.

This commit is contained in:
Alexander Andreev 2022-12-17 21:28:23 +04:00
parent 5678d3e65a
commit 17e346f3b6
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}