1
0

Fixed a typo in a word Scheme.

This commit is contained in:
Alexander Andreev 2022-03-31 17:06:11 +04:00
parent ee96af31ad
commit 9d58b16d55
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

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