doc: Made s3gw.fcgi paths consistent.

fixes: #6182

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
John Wilkins 2013-09-17 10:34:47 -07:00
parent 59147be9ae
commit 7d5dfa2b58

View File

@ -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. ::