From dd9a6048bb109494072d94281701ad9734d2b275 Mon Sep 17 00:00:00 2001 From: My Name Date: Thu, 11 Dec 2014 00:47:01 +0100 Subject: Added ZNC init + monit script, rtorrent + zabbix-server monit config and fixed typos --- monit/nginx-vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monit/nginx-vhost.conf') diff --git a/monit/nginx-vhost.conf b/monit/nginx-vhost.conf index 1a33323..a34ea1a 100644 --- a/monit/nginx-vhost.conf +++ b/monit/nginx-vhost.conf @@ -1,6 +1,6 @@ server { listen 443 ssl; - server_name monit.example.org + server_name monit.example.org; ssl_certificate /etc/nginx/ssl/example.crt; ssl_certificate_key /etc/nginx/ssl/example.key; -- cgit v1.2.3