From 2100e3c701a9a357c2c667e977ba13502c57e807 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 10 Apr 2023 17:50:03 -0400 Subject: [PATCH] https for heimdall --- machines/tounge/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/tounge/configuration.nix b/machines/tounge/configuration.nix index 99b3eb2..c00221c 100644 --- a/machines/tounge/configuration.nix +++ b/machines/tounge/configuration.nix @@ -126,7 +126,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://localhost:4080"; + proxyPass = "http://localhost:4443"; extraConfig = '' allow 100.64.0.0/10; deny all;