From e0936322220d9dd5c16aca24855fb8de8a1faa29 Mon Sep 17 00:00:00 2001 From: Taeer Bar-Yam Date: Mon, 23 Sep 2024 11:58:49 -0400 Subject: [PATCH] ; --- fediversity/garage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fediversity/garage.nix b/fediversity/garage.nix index 811bf9a..6a1e2d5 100644 --- a/fediversity/garage.nix +++ b/fediversity/garage.nix @@ -175,7 +175,7 @@ in services.nginx.virtualHosts."garagePortProxy" = { serverName = "${cfg.web.urlFor "*"}"; # wildcard bucket *.foo.com locations."/" = { - proxyPass = "localhost:3902" + proxyPass = "localhost:3902"; extraConfig = '' proxy_set_header Host $host; '';