diff options
author | 2013-12-16 11:19:03 +0000 | |
---|---|---|
committer | 2013-12-16 11:19:03 +0000 | |
commit | aee11b2727969185c164bd1fd71775ec9d8530a7 (patch) | |
tree | 3de3a81173b641ba3f2ef34e4580dec8cc29e799 | |
parent | Document which modules, directives and options are not available on (diff) | |
download | wireguard-openbsd-aee11b2727969185c164bd1fd71775ec9d8530a7.tar.xz wireguard-openbsd-aee11b2727969185c164bd1fd71775ec9d8530a7.zip |
Document stub_status; for some reason this is not documented in the
upstream documentation but only in the wiki(?!).
-rw-r--r-- | usr.sbin/nginx/man/nginx.conf.5 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.sbin/nginx/man/nginx.conf.5 b/usr.sbin/nginx/man/nginx.conf.5 index 970e219dd5a..72a5b420dbf 100644 --- a/usr.sbin/nginx/man/nginx.conf.5 +++ b/usr.sbin/nginx/man/nginx.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nginx.conf.5,v 1.5 2013/12/16 10:52:53 florian Exp $ +.\" $OpenBSD: nginx.conf.5,v 1.6 2013/12/16 11:19:03 florian Exp $ .\" .\" Copyright (C) 2002-2012 Igor Sysoev .\" Copyright (C) 2011-2013 Nginx, Inc. @@ -7724,6 +7724,16 @@ If parameter is omitted, or the computed value is an empty string, then .Sx Module ngx_status_jsonp_callback is used. .El +.Ss Module ngx_http_stub_status_module +.Bl -tag -width Ds +.It Ic stub_status Cm on +.Bl -tag -width Ds -compact +.It default: +.It context: Ic location +.El +.Pp +The status information will be accessible from the surrounding location. +.El .Ss Module ngx_http_sub_module .Em This module is not enabled on OpenBSD. .Bl -tag -width Ds |