From 808d47b0f191eee7cad584ee22da2a4d1cbf2464 Mon Sep 17 00:00:00 2001 From: geemili Date: Sat, 6 Jan 2024 19:31:23 -0700 Subject: [PATCH] fix: don't bind to wildcard ipv6 address --- configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 0c6a513..2946c5c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -207,9 +207,9 @@ services.caddy = { enable = true; globalConfig = '' - servers { - protocols h1 h2 - } + # servers { + # protocols h1 h2 + # } email "fresh.car0178@geemili.xyz" ''; @@ -219,7 +219,7 @@ ''; virtualHosts."headscale.samsehu.perli.casa".extraConfig = '' - bind 100.64.0.3 192.168.0.69 [::] + bind 100.64.0.3 192.168.0.69 reverse_proxy localhost:64639 ''; @@ -229,7 +229,7 @@ ''; virtualHosts."git.samsehu.perli.casa".extraConfig = '' - bind 100.64.0.3 192.168.0.69 [::] + bind 100.64.0.3 192.168.0.69 reverse_proxy localhost:3000 ''; @@ -238,7 +238,7 @@ ''; virtualHosts."nextcloud.samsehu.perli.casa".extraConfig = '' - bind 100.64.0.3 192.168.0.69 [::] + bind 100.64.0.3 192.168.0.69 php_fastcgi unix/${config.services.phpfpm.pools.nextcloud.socket} { root /zroot/nextcloud/data/ capture_stderr