remove munin

This commit is contained in:
packetcat 2023-03-03 11:25:21 -05:00
parent 7bdff45298
commit 0551a5b0fd
1 changed files with 0 additions and 14 deletions

View File

@ -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