diff options
author | Alan Pearce | 2025-02-10 10:14:00 +0100 |
---|---|---|
committer | Alan Pearce | 2025-02-10 10:16:29 +0100 |
commit | e33a25edb3207c5782d2ddb5b5ab47f0a7232d03 (patch) | |
tree | bad18529c411368dab66cce8ac5b5dfc0d7a78b1 /system/settings | |
parent | fafa449882c10ae005ab44ee3b23ad7f935bbf86 (diff) | |
download | nixfiles-e33a25edb3207c5782d2ddb5b5ab47f0a7232d03.tar.lz nixfiles-e33a25edb3207c5782d2ddb5b5ab47f0a7232d03.tar.zst nixfiles-e33a25edb3207c5782d2ddb5b5ab47f0a7232d03.zip |
dev: use plain-text connection for personal site
Diffstat (limited to 'system/settings')
-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 e875029c..c0937ec0 100644 --- a/system/settings/dev.nix +++ b/system/settings/dev.nix @@ -32,7 +32,7 @@ ]; extraConfig = '' ${local_tls} - reverse_proxy https://alanpearce.localhost:8443 { + reverse_proxy http://alanpearce.localhost:8080 { transport http { dial_timeout 1s compression off |