remove munin
This commit is contained in:
parent
3899c63b09
commit
1962531ff1
|
@ -10,20 +10,6 @@
|
||||||
- sendfile "on"
|
- sendfile "on"
|
||||||
- server_names_hash_bucket_size 512
|
- server_names_hash_bucket_size 512
|
||||||
nginx_sites:
|
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:
|
tenforward.social.http:
|
||||||
- listen *:80
|
- listen *:80
|
||||||
- listen [::]:80
|
- listen [::]:80
|
||||||
|
|
Loading…
Reference in New Issue