]> granicus.if.org Git - apache/commitdiff
Adds indentation. Cosmetic change only.
authorRich Bowen <rbowen@apache.org>
Mon, 15 Nov 2010 20:37:19 +0000 (20:37 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 15 Nov 2010 20:37:19 +0000 (20:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035435 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_howto.html.en
docs/manual/ssl/ssl_howto.xml

index 0e597d5dc44d9afe23f31994b196b237757423a2..d095a95d98099f18756c5362f132891c1df690b8 100644 (file)
@@ -53,10 +53,12 @@ following directives.</p>
 <div class="example"><p><code>
    Listen 443<br />
    &lt;VirtualHost _default_:443&gt;<br />
+   <span class="indent">
         ServerName www.domain.com<br />
         SSLEngine on<br />
         SSLCertificateFile /path/to/www.comain.com.cert<br />
         SSLCertificateKeyFile /path/to/www.domain.com.key<br />
+   </span>
    &lt;/VirtualHost&gt;
 </code></p></div>
 
index 276be6a8fc8417cbe4d96804cfa40ae6024beabc..6851ca5e6ba48589845a67ef94710c5790b79b09 100644 (file)
@@ -51,10 +51,12 @@ following directives.</p>
 <example>
    Listen 443<br />
    &lt;VirtualHost _default_:443&gt;<br />
+   <indent>
         ServerName www.domain.com<br />
         SSLEngine on<br />
         SSLCertificateFile /path/to/www.comain.com.cert<br />
         SSLCertificateKeyFile /path/to/www.domain.com.key<br />
+   </indent>
    &lt;/VirtualHost&gt;
 </example>