Browse Source

Add initial httpd.conf(5) example for httpd(8)

Requested by deraadt@
OPENBSD_5_6
reyk 10 years ago
parent
commit
400400fa19
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      src/etc/examples/httpd.conf

+ 12
- 0
src/etc/examples/httpd.conf View File

@ -0,0 +1,12 @@
# $OpenBSD: httpd.conf,v 1.1 2014/07/22 16:58:21 reyk Exp $
# Macros
ext_addr="egress"
# Global Options
# prefork 3
# Servers
server "default" {
listen on $ext_addr port 80
}

Loading…
Cancel
Save