summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2025-02-10 10:14:00 +0100
committerAlan Pearce2025-02-10 10:16:29 +0100
commite33a25edb3207c5782d2ddb5b5ab47f0a7232d03 (patch)
treebad18529c411368dab66cce8ac5b5dfc0d7a78b1 /system/settings
parentfafa449882c10ae005ab44ee3b23ad7f935bbf86 (diff)
downloadnixfiles-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.nix2
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