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.cc1385 if (httpconf.redirect_https_port == StringRef::from_lit("443")) { in redirect_to_https()
1391 httpconf.redirect_https_port, req.path); in redirect_to_https()
Dshrpx_config.h739 StringRef redirect_https_port; member
Dshrpx_http2_upstream.cc1971 if (httpconf.redirect_https_port == StringRef::from_lit("443")) { in redirect_to_https()
1977 httpconf.redirect_https_port, req.path); in redirect_to_https()
Dshrpx.cc1487 httpconf.redirect_https_port = StringRef::from_lit("443"); in fill_default_config()
2772 << config->http.redirect_https_port << R"( in print_help()
Dshrpx_config.cc3721 config->http.redirect_https_port = optarg; in parse_config()