]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix example radosgw Apache configuration
authorFlorian Haas <florian@hastexo.com>
Thu, 28 Jun 2012 07:43:00 +0000 (09:43 +0200)
committerFlorian Haas <florian@hastexo.com>
Thu, 28 Jun 2012 07:43:00 +0000 (09:43 +0200)
Follow RFC2606, use example.com everywhere.

doc/ops/radosgw.rst

index 7c1c2f852b237e31bfeb838a99f6f6fff8463421..23d9927f1386c59fd2fb21020f21f945f2457c9d 100644 (file)
@@ -101,9 +101,9 @@ Then, create a virtual host configuration as follows:
 ::
 
   <VirtualHost *:80>
-    ServerName rgw.example1.com
-    ServerAlias rgw
-    ServerAdmin webmaster@example1.com
+    ServerName radosgw.example.com
+    ServerAlias rgw.example.com
+    ServerAdmin webmaster@example.com
     DocumentRoot /var/www
 
     <IfModule mod_rewrite.c>