From: John Wilkins Date: Tue, 15 Oct 2013 20:35:37 +0000 (-0700) Subject: doc: Updated to ensure that socket name isn't static. X-Git-Tag: v0.73~26^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4bb2a4bd4a56f9a6bf956be875537d4a829a5ce3;p=ceph.git doc: Updated to ensure that socket name isn't static. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/rgw.conf b/doc/radosgw/rgw.conf index e1bee9986310..bb02720e3a6d 100644 --- a/doc/radosgw/rgw.conf +++ b/doc/radosgw/rgw.conf @@ -1,4 +1,4 @@ -FastCgiExternalServer /var/www/s3gw.fcgi -socket /tmp/radosgw.sock +FastCgiExternalServer /var/www/s3gw.fcgi -socket /{path}/{socket-name}.sock