proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Port 443; proxy_set_header X-Request-ID $edge_request_id; proxy_set_header traceparent $http_traceparent; proxy_hide_header X-Powered-By; proxy_hide_header Server; add_header X-Request-ID $edge_request_id always;