From 7da4671762aa29ba9c5beccc2381cf3e86470a77 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 20 Jan 2014 02:13:24 +0100 Subject: Nginx: Remove duplicated cerificate configuration It should suffice to specify the cerificate/key file paths in the "default_server" block. diff --git a/etc/nginx.conf b/etc/nginx.conf index 5cbbeeb..3e7e546 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf @@ -16,8 +16,6 @@ server { listen 130.133.8.40:443 ssl; listen 130.133.8.40:444 ssl; 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; # -- cgit v0.10-9-g596f