Add some hostid and literal tags.
This commit is contained in:
parent
26450d0078
commit
bf18d4870b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21848
1 changed files with 7 additions and 7 deletions
|
@ -4070,7 +4070,7 @@ zone "10.168.192.in-addr.arpa" in {
|
|||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>ServerRoot "/usr/local"</term>
|
||||
<term><literal>ServerRoot "/usr/local"</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>This specifies the default directory hierarchy for
|
||||
|
@ -4083,7 +4083,7 @@ zone "10.168.192.in-addr.arpa" in {
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>ServerAdmin you@your.address</term>
|
||||
<term><literal>ServerAdmin you@your.address</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>The address to which problems with the server should
|
||||
|
@ -4093,21 +4093,21 @@ zone "10.168.192.in-addr.arpa" in {
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>ServerName www.example.com</term>
|
||||
<term><literal>ServerName www.example.com</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>ServerName allows you to set a host name which is
|
||||
<para><literal>ServerName</literal> allows you to set a host name which is
|
||||
sent back to clients for your server if it is different
|
||||
to the one that the host is configured with (i.e., use "www"
|
||||
to the one that the host is configured with (i.e., use <hostid>www</hostid>
|
||||
instead of the host's real name).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>DocumentRoot "/usr/local/www/data"</term>
|
||||
<term><literal>DocumentRoot "/usr/local/www/data"</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>DocumentRoot: The directory out of which you will
|
||||
<para><literal>DocumentRoot</literal>: The directory out of which you will
|
||||
serve your documents. By default, all requests are taken
|
||||
from this directory, but symbolic links and aliases may
|
||||
be used to point to other locations.</para>
|
||||
|
|
Loading…
Reference in a new issue