Searched refs:conf_path (Results 1 – 2 of 2) sorted by relevance
1416 config->conf_path = StringRef::from_lit("/etc/nghttpx/nghttpx.conf"); in fill_default_config()2856 << config->conf_path << R"( in print_help()2884 if (conf_exists(config->conf_path.c_str())) { in process_options()2885 LOG(NOTICE) << "Loading configuration from " << config->conf_path; in process_options()2887 if (load_config(config, config->conf_path.c_str(), include_set, in process_options()2889 LOG(FATAL) << "Failed to load configuration from " << config->conf_path; in process_options()3187 new_config->conf_path = in reload_config()3188 make_string_ref(new_config->balloc, cur_config->conf_path); in reload_config()3636 mod_config()->conf_path = in main()
983 StringRef conf_path; member