diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-29 22:39:30 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-29 22:39:30 (GMT) |
commit | 42b94f45905d7545b93c86308403ce3a6c285faa (patch) | |
tree | 938919e533d82656017dd748b2e4c17017e3c095 /etc | |
parent | 1227b5ad906d875448a3bf4f4c25b5df2ca4f492 (diff) | |
download | site-42b94f45905d7545b93c86308403ce3a6c285faa.tar.gz |
Add extra-opts documentation
Import the --extra-opts documentation from our old site. The --help
output of plugins refers to <http://nagiosplugins.org/extra-opts>.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nginx/site.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nginx/site.conf b/etc/nginx/site.conf index 8d56aeb..4ef3ad1 100644 --- a/etc/nginx/site.conf +++ b/etc/nginx/site.conf | |||
@@ -61,7 +61,7 @@ server { | |||
61 | location ^~ /snapshot { | 61 | location ^~ /snapshot { |
62 | return 301 /download$request_uri; | 62 | return 301 /download$request_uri; |
63 | } | 63 | } |
64 | location ~ ^/(?:man|guidelines$) { | 64 | location ~ ^/(?:man|guidelines|extra-opts$) { |
65 | return 301 /doc$request_uri.html; | 65 | return 301 /doc$request_uri.html; |
66 | } | 66 | } |
67 | } | 67 | } |