From 1962531ff186795c025e65552b275d74b8063ed8 Mon Sep 17 00:00:00 2001 From: packetcat Date: Fri, 3 Mar 2023 14:27:59 -0500 Subject: [PATCH] remove munin --- ubuntu/molly.silvestris.systems.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ubuntu/molly.silvestris.systems.yml b/ubuntu/molly.silvestris.systems.yml index e97a599..51e5868 100644 --- a/ubuntu/molly.silvestris.systems.yml +++ b/ubuntu/molly.silvestris.systems.yml @@ -10,20 +10,6 @@ - sendfile "on" - server_names_hash_bucket_size 512 nginx_sites: - munin.tenforward.social.http: - - listen *:80 - - listen [::]:80 - - server_name munin.tenforward.social - - return 301 "https://$host$request_uri" - munin.tenforward.social.https: - - listen *:443 ssl http2 - - listen [::]:443 ssl http2 - - server_name munin.tenforward.social - - root "/var/cache/munin/www" - - access_log "/var/log/nginx/munin.tenforward.social.access.log" - - error_log "/var/log/nginx/munin.tenforward.social.error.log" - - ssl_certificate "/etc/ssl/letsencrypt/munin.tenforward.social.crt" - - ssl_certificate_key "/etc/ssl/letsencrypt/munin.tenforward.social.pem" tenforward.social.http: - listen *:80 - listen [::]:80