From f6b7b5cb2789f84923f0a3bd850cff8eb9e05a62 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Thu, 18 Oct 2012 14:47:37 -0700 Subject: [PATCH] doc: minor fix on user name for GW script. Signed-off-by: John Wilkins --- doc/radosgw/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index b39c090db4ce9..9a63ab8352e40 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -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``. :: -- 2.39.5