From: reyk Date: Tue, 22 Jul 2014 16:58:21 +0000 (+0000) Subject: Add initial httpd.conf(5) example for httpd(8) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=517bf7c45ac0d425928be9b2bad4ab4aee74cd10;p=openbsd Add initial httpd.conf(5) example for httpd(8) Requested by deraadt@ --- diff --git a/etc/examples/httpd.conf b/etc/examples/httpd.conf new file mode 100644 index 00000000000..37783e27a25 --- /dev/null +++ b/etc/examples/httpd.conf @@ -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 +}