diff options
author | John Wilkins <john.wilkins@inktank.com> | 2012-12-10 10:24:32 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2012-12-10 10:24:32 -0800 |
commit | 3709519519f747345d254eff0304cd56f845e211 (patch) | |
tree | caa76afb7f979bddc5fa8c8ee20ad75d28990e21 | |
parent | 47c81a3baac75b967a97609302b501ede6d9ef87 (diff) | |
download | ceph-3709519519f747345d254eff0304cd56f845e211.tar.gz |
doc: Fixed typo.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/radosgw/config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 32ce66d0426..ca8cd30237e 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -113,7 +113,7 @@ See `<IfModule> Directive`_ for additional details. .. _<IfModule> Directive: http://httpd.apache.org/docs/2.2/mod/core.html#ifmodule Finally, you should configure Apache to allow encoded slashes, provide paths for -log files and to trun off server signatures. :: +log files and to turn off server signatures. :: <VirtualHost *:80> ... |