diff --git a/doc/install/rpm.rst b/doc/install/rpm.rst index 72934cc8d5e..4521dfbe13d 100644 --- a/doc/install/rpm.rst +++ b/doc/install/rpm.rst @@ -235,7 +235,7 @@ Installing Ceph Object Storage #FastCgiWrapper On -#. Add a ``fastcgi`` script. :: +#. Add a ``fastcgi`` script with the following path ``/var/www/s3gw.fcgi``. :: #!/bin/sh exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway @@ -243,7 +243,7 @@ Installing Ceph Object Storage #. Make ``s3gw.fcgi`` executable:: - chmod +x /var/www/rgw/s3gw.fcgi + chmod +x /var/www/s3gw.fcgi #. Create a user key. ::