Searched refs:conf_path (Results 1 – 2 of 2) sorted by relevance
1937 config->conf_path = StringRef::from_lit("/etc/nghttpx/nghttpx.conf"); in fill_default_config()3615 << config->conf_path << R"( in print_help()3643 if (conf_exists(config->conf_path.c_str())) { in process_options()3644 LOG(NOTICE) << "Loading configuration from " << config->conf_path; in process_options()3646 if (load_config(config, config->conf_path.c_str(), include_set, in process_options()3648 LOG(FATAL) << "Failed to load configuration from " << config->conf_path; in process_options()3975 new_config->conf_path = in reload_config()3976 make_string_ref(new_config->balloc, cur_config->conf_path); in reload_config()4493 mod_config()->conf_path = in main()
1136 StringRef conf_path; member