|
|
@ -1,4 +1,4 @@ |
|
|
|
# $OpenBSD: httpd.conf,v 1.13 2014/12/28 13:55:22 reyk Exp $ |
|
|
|
# $OpenBSD: httpd.conf,v 1.14 2015/02/04 08:39:35 florian Exp $ |
|
|
|
|
|
|
|
# |
|
|
|
# Macros |
|
|
@ -62,7 +62,7 @@ server "secure.example.com" { |
|
|
|
server "intranet.example.com" { |
|
|
|
listen on 10.0.0.1 port 80 |
|
|
|
directory { auto index, index "default.htm" } |
|
|
|
root "/htdocs/internet.example.com" |
|
|
|
root "/htdocs/intranet.example.com" |
|
|
|
} |
|
|
|
|
|
|
|
# An IPv6-based server on a non-standard port |
|
|
|