Searched refs:proxy_set_header (Results 1 – 1 of 1) sorted by relevance
417 static void proxy_set_header(connection *con, const char *key, const char *value) { in proxy_set_header() function464 proxy_set_header(con, "X-Host", con->request.http_host->ptr); in proxy_create_env()466 proxy_set_header(con, "X-Forwarded-Proto", con->conf.is_ssl ? "https" : "http"); in proxy_create_env()