mirror of
https://github.com/ceph/ceph
synced 2024-12-23 20:03:56 +00:00
doc: command typo fix
Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
This commit is contained in:
parent
7ddf1f2018
commit
da094e7a16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user