Home
last modified time | relevance | path

Searched refs:proxy_set_header (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_proxy.c417 static void proxy_set_header(connection *con, const char *key, const char *value) { in proxy_set_header() function
464 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()