]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: minor fix on user name for GW script.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 18 Oct 2012 21:47:37 +0000 (14:47 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 18 Oct 2012 21:47:37 +0000 (14:47 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/config.rst

index b39c090db4ce98bb08c5b6bf73a3ac808d8562d2..9a63ab8352e408539da04472b4f069f2a95bb22d 100644 (file)
@@ -143,7 +143,7 @@ Add a ``s3gw.fcgi`` file (use the same name referenced in the first line
 of ``rgw.conf``) to ``/var/www``. The contents of the file should include:: 
 
        #!/bin/sh
-       exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.rados.gateway
+       exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway
        
 Ensure that you apply execute permissions to ``s3gw.fcgi``. ::