X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Frgw%2Frgw_civetweb_frontend.cc;h=4b1fd766cbfaa13175d7889f55ad96a86d8b4cc7;hb=31f18b776d001752a193a7cec8bb49033c1a904c;hp=a18a6c5da41346d771771f5f4de82c042749d196;hpb=40152f1e46a80b3405e5558a442ee632198dfd24;p=ceph.git diff --git a/ceph/src/rgw/rgw_civetweb_frontend.cc b/ceph/src/rgw/rgw_civetweb_frontend.cc index a18a6c5da..4b1fd766c 100644 --- a/ceph/src/rgw/rgw_civetweb_frontend.cc +++ b/ceph/src/rgw/rgw_civetweb_frontend.cc @@ -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;