summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-27 23:08:22 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-27 23:08:22 (GMT)
commit652f7196b0b71554151d2c9b1ba5597222c80aa7 (patch)
tree1bbd50ff84d702bd2d03ec6b681ca1760ebcf2e0 /etc
parent05ad88654ea41a0894686ba149a73428bbeaf4aa (diff)
downloadsite-652f7196b0b71554151d2c9b1ba5597222c80aa7.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/nginx.conf3
1 files changed, 3 insertions, 0 deletions
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 {
70 location = /download/snapshot/nagios-plugins-HEAD.tar.gz { 70 location = /download/snapshot/nagios-plugins-HEAD.tar.gz {
71 return 301 /download/snapshot/nagios-plugins-master.tar.gz; 71 return 301 /download/snapshot/nagios-plugins-master.tar.gz;
72 } 72 }
73 location = /rfc/new_threshold_syntax {
74 return 301 /doc/new-threshold-syntax.html;
75 }
73 location = /taxonomy/term/2 { 76 location = /taxonomy/term/2 {
74 return 301 /doc/presentation.html; 77 return 301 /doc/presentation.html;
75 } 78 }