diff options
| author | My Name | 2014-12-11 00:47:01 +0100 |
|---|---|---|
| committer | My Name | 2014-12-11 00:47:01 +0100 |
| commit | dd9a6048bb109494072d94281701ad9734d2b275 (patch) | |
| tree | 116e23217a56169d55c1fae19ddc65b47fac6737 /monit/nginx-vhost.conf | |
| parent | 510493a04ccf84b301a271b56687ecf729b2c61a (diff) | |
| download | dotfiles-dd9a6048bb109494072d94281701ad9734d2b275.tar.gz | |
Added ZNC init + monit script, rtorrent + zabbix-server monit config and fixed typos
Diffstat (limited to 'monit/nginx-vhost.conf')
| -rw-r--r-- | monit/nginx-vhost.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
