Browse Source

Typo

From Michael (lesniewskister AT gmail), thanks!
OPENBSD_5_7
florian 9 years ago
parent
commit
3e930c04e4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/examples/httpd.conf

+ 2
- 2
src/etc/examples/httpd.conf View File

@ -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


Loading…
Cancel
Save