summaryrefslogtreecommitdiffstats
path: root/docs/manual/vhosts/name-based.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/vhosts/name-based.xml')
-rw-r--r--docs/manual/vhosts/name-based.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml
index 003efec6e8..e5a52d9a85 100644
--- a/docs/manual/vhosts/name-based.xml
+++ b/docs/manual/vhosts/name-based.xml
@@ -136,7 +136,7 @@
</VirtualHost>
<VirtualHost *:80>
-ServerName other.example.com
+ ServerName other.example.com
DocumentRoot /www/otherdomain
</VirtualHost>
</highlight>