summaryrefslogtreecommitdiff
path: root/modules/networking
diff options
context:
space:
mode:
Diffstat (limited to 'modules/networking')
-rw-r--r--modules/networking/caddy.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/networking/caddy.nix b/modules/networking/caddy.nix
index de6b9c4..efba3f6 100644
--- a/modules/networking/caddy.nix
+++ b/modules/networking/caddy.nix
@@ -5,10 +5,12 @@
virtualHosts = {
"i2pd.localhost".extraConfig = ''
reverse_proxy localhost:7070
+ tls internal
'';
"glance.localhost".extraConfig = ''
reverse_proxy localhost:8080
+ tls internal
'';
};
};