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