From 8d6c064522783b73915b40eb66120ca752b8ac48 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 16 Jan 2022 20:54:20 +0100 Subject: [PATCH] Fix nginx config chor-cloud --- nixos/machines/hera/cloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/hera/cloud.nix b/nixos/machines/hera/cloud.nix index 50bfecff..d71c01f7 100644 --- a/nixos/machines/hera/cloud.nix +++ b/nixos/machines/hera/cloud.nix @@ -153,7 +153,7 @@ in forceSSL = true; locations = { "/" = { - proxyPass = "http://chor-cloud"; + proxyPass = "http://[${hosts.chor-cloud}]"; extraConfig = "proxy_set_header Host $host; proxy_buffering off;"; }; "^~ /.well-known" = {