diff options
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 |