Searched refs:redirect_https_port (Results 1 – 5 of 5) sorted by relevance
1405 if (httpconf.redirect_https_port == StringRef::from_lit("443")) { in redirect_to_https()1411 httpconf.redirect_https_port, req.path); in redirect_to_https()
1989 if (httpconf.redirect_https_port == StringRef::from_lit("443")) { in redirect_to_https()1995 httpconf.redirect_https_port, req.path); in redirect_to_https()
873 StringRef redirect_https_port; member
1883 httpconf.redirect_https_port = StringRef::from_lit("443"); in fill_default_config()3258 << config->http.redirect_https_port << R"( in print_help()
3962 config->http.redirect_https_port = make_string_ref(config->balloc, optarg); in parse_config()