diff options
-rw-r--r-- | system/settings/dev.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/dev.nix b/system/settings/dev.nix index 224e0c73..d7c14546 100644 --- a/system/settings/dev.nix +++ b/system/settings/dev.nix @@ -35,7 +35,7 @@ ]; extraConfig = '' ${local_tls} - reverse_proxy http://alanpearce.test:8080 { + reverse_proxy https://alanpearce.localhost:8443 { transport http { dial_timeout 1s compression off |