summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTommi Virtanen <tommi.virtanen@dreamhost.com>2011-03-31 13:28:29 -0700
committerTommi Virtanen <tommi.virtanen@dreamhost.com>2011-03-31 13:36:01 -0700
commit9567ba1ae074d3ae4e2c104ec7a028879ca6965b (patch)
treee53d37c3889f8a58253363dca80328b71b901f1c /man
parent025816648912258c4eac2f16506eb7d782f3701f (diff)
downloadceph-9567ba1ae074d3ae4e2c104ec7a028879ca6965b.tar.gz
man: Make </VirtualHost> be on its own line.
Apparently, now there's a vertical paragraph space before it, but that's better than being tacked at the end of the previous line. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
Diffstat (limited to 'man')
-rw-r--r--man/radosgw.81
1 files changed, 1 insertions, 0 deletions
diff --git a/man/radosgw.8 b/man/radosgw.8
index b7ff17bf7cd..3eab5094059 100644
--- a/man/radosgw.8
+++ b/man/radosgw.8
@@ -50,6 +50,7 @@ An apache example configuration for using the RADOS gateway:
# ErrorLog /var/log/apache2/error.log
# CustomLog /var/log/apache2/access.log combined
ServerSignature Off
+
</VirtualHost>
.PP
And the corresponding radosgw script: