all repos — nixfiles @ e33a25edb3207c5782d2ddb5b5ab47f0a7232d03

System and user configuration, managed by nix and home-manager

dev: use plain-text connection for personal site
Alan Pearce alan@alanpearce.eu
Mon, 10 Feb 2025 10:14:00 +0100
commit

e33a25edb3207c5782d2ddb5b5ab47f0a7232d03

parent

fafa449882c10ae005ab44ee3b23ad7f935bbf86

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/settings/dev.nixsystem/settings/dev.nix
@@ -32,7 +32,7 @@ "alanpearce.test"           ];
           extraConfig = ''
             ${local_tls}
-            reverse_proxy https://alanpearce.localhost:8443 {
+            reverse_proxy http://alanpearce.localhost:8080 {
               transport http {
                 dial_timeout 1s
                 compression off