summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/nginx/munin.conf
blob: 982fe68446f45c98734807247ce5109324f7abf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
server {
    listen       80;
    server_name  munin.tozt.net;

    access_log   /var/log/nginx/munin.access.log;
    error_log    /var/log/nginx/munin.error.log;

    rewrite      ^(.*) https://$host$1 permanent;
}
# vim:ft=nginx