From 0f0a943d5429cf8db0f7f6cc9bc2679ed9329901 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 14 Jan 2014 22:58:44 +0100 Subject: Rename Nagios Plugins to Monitoring Plugins This is a first step of replacing the name "Nagios Plugins" with "Monitoring Plugins" where appriopriate. Some news items and FAQ entries are also created or updated. More to come. --- etc/nginx.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'etc/nginx.conf') diff --git a/etc/nginx.conf b/etc/nginx.conf index 1b37bae..b8e3fd0 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf @@ -10,14 +10,14 @@ # # -# Server definition for . +# Server definition for . # server { listen 130.133.8.40:443 ssl; listen 130.133.8.40:444 ssl; - server_name www.nagios-plugins.org; - ssl_certificate /home/plugins/etc/ssl/nagios-plugins.crt; - ssl_certificate_key /home/plugins/etc/ssl/nagios-plugins.key; + server_name www.monitoring-plugins.org; + ssl_certificate /home/plugins/etc/ssl/monitoring-plugins.crt; + ssl_certificate_key /home/plugins/etc/ssl/monitoring-plugins.key; root /home/plugins/web/port-$server_port; # @@ -72,8 +72,8 @@ server { location = /doc/release-notes/1-5.html { return 301 /news/release-1-5.html; } - location = /download/snapshot/nagios-plugins-HEAD.tar.gz { - return 301 /download/snapshot/nagios-plugins-master.tar.gz; + location = /download/snapshot/monitoring-plugins-HEAD.tar.gz { + return 301 /download/snapshot/monitoring-plugins-master.tar.gz; } location = /rfc/new_threshold_syntax { return 301 /doc/new-threshold-syntax.html; @@ -90,20 +90,20 @@ server { } # -# Redirect HTTP and all other domains to . +# Redirect HTTP and all other domains to . # Ditto for the test instance. # server { listen 130.133.8.40:80 default_server; listen 130.133.8.40:443 default_server ssl; - ssl_certificate /home/plugins/etc/ssl/nagios-plugins.crt; - ssl_certificate_key /home/plugins/etc/ssl/nagios-plugins.key; - return 301 https://www.nagios-plugins.org$request_uri; + ssl_certificate /home/plugins/etc/ssl/monitoring-plugins.crt; + ssl_certificate_key /home/plugins/etc/ssl/monitoring-plugins.key; + return 301 https://www.monitoring-plugins.org$request_uri; } server { listen 130.133.8.40:81 default_server; listen 130.133.8.40:444 default_server ssl; - ssl_certificate /home/plugins/etc/ssl/nagios-plugins.crt; - ssl_certificate_key /home/plugins/etc/ssl/nagios-plugins.key; - return 301 https://www.nagios-plugins.org:444$request_uri; + ssl_certificate /home/plugins/etc/ssl/monitoring-plugins.crt; + ssl_certificate_key /home/plugins/etc/ssl/monitoring-plugins.key; + return 301 https://www.monitoring-plugins.org:444$request_uri; } -- cgit v1.2.3-74-g34f1