summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-10-15 13:35:37 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-10-15 13:35:37 -0700
commit4bb2a4bd4a56f9a6bf956be875537d4a829a5ce3 (patch)
tree66ae2b3ca84313499b37586b56da0c7f8e7a5dca
parent0ce10460ad8ac7abc0a613ddd3a8866368e16980 (diff)
downloadceph-wip-doc-radosgw.tar.gz
doc: Updated to ensure that socket name isn't static.wip-doc-radosgw
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/radosgw/rgw.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/radosgw/rgw.conf b/doc/radosgw/rgw.conf
index e1bee998631..bb02720e3a6 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
<VirtualHost *:80>