From 9e7ddf677f4e53dc05d5f699632a169e9a7887e1 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Fri, 29 Mar 2013 17:04:58 -0700 Subject: [PATCH] config_opts: fix rgw_port comments to be plaintext Signed-off-by: Greg Farnum --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 76c8adaa72a28..093930f81e781 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -517,7 +517,7 @@ OPTION(rgw_cache_enabled, OPT_BOOL, true) // rgw cache enabled OPTION(rgw_cache_lru_size, OPT_INT, 10000) // num of entries in rgw cache OPTION(rgw_socket_path, OPT_STR, "") // path to unix domain socket, if not specified, rgw will not run as external fcgi OPTION(rgw_host, OPT_STR, "") // host for radosgw, can be an IP, default is 0.0.0.0 -OPTION(rgw_port, OPT_STR, "") // port TCP to listen, format as "8080" "5000", if not specified, rgw will not run as external fcgi +OPTION(rgw_port, OPT_STR, "") // port to listen, format as "8080" "5000", if not specified, rgw will not run external fcgi OPTION(rgw_dns_name, OPT_STR, "") OPTION(rgw_script_uri, OPT_STR, "") // alternative value for SCRIPT_URI if not set in request OPTION(rgw_request_uri, OPT_STR, "") // alternative value for REQUEST_URI if not set in request -- 2.39.5