]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add civetweb as a default frontend 2381/head
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 2 Sep 2014 16:18:47 +0000 (09:18 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 1 Oct 2014 17:27:51 +0000 (10:27 -0700)
Fixes: #9013
Originally the configurable was empty, now setting explicitly both
fastcgi and civetweb (on port 7480).

Reviewed-by: Sage Weil <sage@redhat.com>
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/common/config_opts.h

index 008c89be77d3528c9a363915ca80bae40a2f7bf5..5dfdddb8d8f4c0f44bd8771089ec0b7b7aded045 100644 (file)
@@ -901,7 +901,7 @@ OPTION(rgw_bucket_quota_cache_size, OPT_INT, 10000) // number of entries in buck
 
 OPTION(rgw_expose_bucket, OPT_BOOL, false) // Return the bucket name in the 'Bucket' response header
 
-OPTION(rgw_frontends, OPT_STR, "") // alternative front ends
+OPTION(rgw_frontends, OPT_STR, "fastcgi, civetweb port=7480") // rgw front ends
 
 OPTION(rgw_user_quota_bucket_sync_interval, OPT_INT, 180) // time period for accumulating modified buckets before syncing stats
 OPTION(rgw_user_quota_sync_interval, OPT_INT, 3600 * 24) // time period for accumulating modified buckets before syncing entire user stats