From 4c2409f3e9534ed63fe9a92756e795ba8e85e352 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 9 Aug 2024 18:54:52 +0200 Subject: [PATCH] fix: gateway error --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 651025a..760f387 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -201,7 +201,7 @@ mainDomains = { "noa.voorwaarts.nl" = { enable = true; - proxy = "http://127.0.0.1:7792/"; + proxy = "http://127.0.0.1:5000/"; extra_sites = { "images.noa.voorwaarts.nl" = { enable = true;