diff options
Diffstat (limited to 'etc/nginx.conf')
-rw-r--r-- | etc/nginx.conf | 3 |
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 | } |