From 652f7196b0b71554151d2c9b1ba5597222c80aa7 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 28 Oct 2013 00:08:22 +0100 Subject: Import New Threshold Syntax proposal Many sites have links to our New Threshold Syntax proposal, so lets put it back online. However, as we decided not to implement the New Threshold Syntax anytime soon, we currently don't add a link to the proposal on our own web site. --- etc/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/nginx.conf') diff --git a/etc/nginx.conf b/etc/nginx.conf index 9479ffd..e0b6bf4 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf @@ -70,6 +70,9 @@ server { location = /download/snapshot/nagios-plugins-HEAD.tar.gz { return 301 /download/snapshot/nagios-plugins-master.tar.gz; } + location = /rfc/new_threshold_syntax { + return 301 /doc/new-threshold-syntax.html; + } location = /taxonomy/term/2 { return 301 /doc/presentation.html; } -- cgit v1.2.3-74-g34f1