summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-09-17 10:34:47 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-09-17 10:34:47 -0700
commit7d5dfa2b584742d3c994637c14ed0b43126c3b9a (patch)
tree438a3be9a58321a91b724209b2118e1f310dae49
parent59147be9aeea47576884e5587dd7da8bb58c6c53 (diff)
downloadceph-7d5dfa2b584742d3c994637c14ed0b43126c3b9a.tar.gz
doc: Made s3gw.fcgi paths consistent.
fixes: #6182 Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/install/rpm.rst4
1 files changed, 2 insertions, 2 deletions
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. ::