mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
Adds indentation. Cosmetic change only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -53,10 +53,12 @@ following directives.</p>
|
||||
<div class="example"><p><code>
|
||||
Listen 443<br />
|
||||
<VirtualHost _default_:443><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>
|
||||
</VirtualHost>
|
||||
</code></p></div>
|
||||
|
||||
|
@ -51,10 +51,12 @@ following directives.</p>
|
||||
<example>
|
||||
Listen 443<br />
|
||||
<VirtualHost _default_:443><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>
|
||||
</VirtualHost>
|
||||
</example>
|
||||
|
||||
|
Reference in New Issue
Block a user