proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Host $real_host;

proxy_set_header X-Request-Id $http_x_request_id;
proxy_set_header X-Real-IP $real_ip;
proxy_set_header X-Real-Host $real_host;

proxy_set_header X-Rasp-Real-Host $real_host;
proxy_set_header X-Rasp-Real-IP $real_ip;