about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/munin.nix
diff options
context:
space:
mode:
authorDaniel Schaefer <git@danielschaefer.me>2019-04-22 10:24:21 +0200
committerDaniel Schaefer <git@danielschaefer.me>2019-04-22 20:46:18 +0200
commit92cccb6f833acc3f56763284d50f9b2b34f7e486 (patch)
tree019be25db0a194196b5fe9c00aa390b75f417674 /nixos/modules/services/monitoring/munin.nix
parentbac4d95aa2a92be7049dedafb8ec76606f79d8a2 (diff)
downloadnixlib-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar
nixlib-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar.gz
nixlib-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar.bz2
nixlib-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar.lz
nixlib-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar.xz
nixlib-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar.zst
nixlib-92cccb6f833acc3f56763284d50f9b2b34f7e486.zip
treewide: Use HTTPS for readthedocs URLs
Diffstat (limited to 'nixos/modules/services/monitoring/munin.nix')
-rw-r--r--nixos/modules/services/monitoring/munin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/munin.nix b/nixos/modules/services/monitoring/munin.nix
index f67986327245..ffe223fedbe1 100644
--- a/nixos/modules/services/monitoring/munin.nix
+++ b/nixos/modules/services/monitoring/munin.nix
@@ -8,7 +8,7 @@
 # spawn-fcgi -s /run/munin/fastcgi-graph.sock -U www-data   -u munin -g munin /usr/lib/munin/cgi/munin-cgi-graph
 # spawn-fcgi -s /run/munin/fastcgi-html.sock  -U www-data   -u munin -g munin /usr/lib/munin/cgi/munin-cgi-html
 # https://paste.sh/vofcctHP#-KbDSXVeWoifYncZmLfZzgum
-# nginx http://munin.readthedocs.org/en/latest/example/webserver/nginx.html
+# nginx https://munin.readthedocs.org/en/latest/example/webserver/nginx.html
 
 
 with lib;