Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_https_upstream.cc1405 if (httpconf.redirect_https_port == StringRef::from_lit("443")) { in redirect_to_https()
1411 httpconf.redirect_https_port, req.path); in redirect_to_https()
Dshrpx_http2_upstream.cc1989 if (httpconf.redirect_https_port == StringRef::from_lit("443")) { in redirect_to_https()
1995 httpconf.redirect_https_port, req.path); in redirect_to_https()
Dshrpx_config.h873 StringRef redirect_https_port; member
Dshrpx.cc1883 httpconf.redirect_https_port = StringRef::from_lit("443"); in fill_default_config()
3258 << config->http.redirect_https_port << R"( in print_help()
Dshrpx_config.cc3962 config->http.redirect_https_port = make_string_ref(config->balloc, optarg); in parse_config()