summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/nginx/munin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/files/nginx/munin.conf')
-rw-r--r--modules/tozt/files/nginx/munin.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/tozt/files/nginx/munin.conf b/modules/tozt/files/nginx/munin.conf
deleted file mode 100644
index 982fe68..0000000
--- a/modules/tozt/files/nginx/munin.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-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