diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-08-26 19:25:20 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-08-26 19:25:20 +0000 |
commit | 9d7b7640d043f597c88594e8d142bf2d6a8b08ea (patch) | |
tree | f7c170ab8fbedb313662b76647d3399c1e2833e7 /etc/rc.conf | |
parent | 4df659d7552c8994eef2889c29d9755d58d77de7 (diff) |
Hook up nginx to rc(8).
ok deraadt@ robert@
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index f4009bbaf93..7c080e0bc76 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.169 2012/08/23 06:18:50 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.170 2012/08/26 19:25:19 ajacoutot Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" @@ -61,6 +61,9 @@ tftpproxy_flags=NO # for normal use: "" # use -u to disable chroot, see httpd(8) httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) +# use -u to disable chroot, see nginx(8) +nginx_flags=NO # for normal use: "" + # For normal use: "-L sm-mta -bd -q30m", and note there is a cron job sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" spamd_flags=NO # for normal use: "" and see spamd(8) |