Add a missing / in an example of Apache VirtualHost configuration.
Submitted by: Nathan Singleton <nathan@bsdmail.com>
This commit is contained in:
parent
1bc8236f01
commit
76fc5c7f31
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24269
1 changed files with 1 additions and 1 deletions
|
@ -4411,7 +4411,7 @@ Log file format -->
|
|||
<screen><VirtualHost *>
|
||||
ServerName www.domain.tld
|
||||
DocumentRoot /www/domain.tld
|
||||
<VirtualHost>
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *>
|
||||
ServerName www.someotherdomain.tld
|
||||
|
|
Loading…
Reference in a new issue