mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
doc: Made s3gw.fcgi paths consistent.
fixes: #6182 Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
59147be9ae
commit
7d5dfa2b58
@ -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. ::
|
||||
|
Loading…
Reference in New Issue
Block a user