]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_civetweb_frontend.cc
update sources to v12.1.0
[ceph.git] / ceph / src / rgw / rgw_civetweb_frontend.cc
index a18a6c5da41346d771771f5f4de82c042749d196..4b1fd766cbfaa13175d7889f55ad96a86d8b4cc7 100644 (file)
@@ -53,6 +53,7 @@ int RGWCivetWebFrontend::run()
   set_conf_default(conf_map, "enable_keep_alive", "yes");
   set_conf_default(conf_map, "validate_http_method", "no");
   set_conf_default(conf_map, "canonicalize_url_path", "no");
+  set_conf_default(conf_map, "enable_auth_domain_check", "no");
   conf->get_val("port", "80", &port_str);
   std::replace(port_str.begin(), port_str.end(), '+', ',');
   conf_map["listening_ports"] = port_str;