From da094e7a1673bd5fb656448426c5c8fcd70cbe9b Mon Sep 17 00:00:00 2001 From: Drunkard Zhang Date: Wed, 1 Mar 2017 09:52:29 +0800 Subject: [PATCH] doc: command typo fix Signed-off-by: Drunkard Zhang --- doc/start/quick-rgw.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/start/quick-rgw.rst b/doc/start/quick-rgw.rst index fcec9e77e7b45..45330fb451c7c 100644 --- a/doc/start/quick-rgw.rst +++ b/doc/start/quick-rgw.rst @@ -70,8 +70,8 @@ Configuring the Ceph Object Gateway Instance firewall (e.g., port ``80``). If it is not open, add the port and reload the firewall configuration. For example:: - sudo firewall-cmd --list-all sudo firewall-cmd --zone=public --add-port - 80/tcp --permanent + sudo firewall-cmd --list-all + sudo firewall-cmd --zone=public --add-port 80/tcp --permanent sudo firewall-cmd --reload See `Preflight Checklist`_ for more information on configuring firewall with -- 2.39.5