From 9fe6fbd42a212b4921be67cd2bc58a16b18f5a50 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 14 Aug 2021 19:52:59 +0200 Subject: debug --- config/services/web/quentin/ihatemoney/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/services/web/quentin/ihatemoney') diff --git a/config/services/web/quentin/ihatemoney/default.nix b/config/services/web/quentin/ihatemoney/default.nix index 8a29aec..19f7af2 100644 --- a/config/services/web/quentin/ihatemoney/default.nix +++ b/config/services/web/quentin/ihatemoney/default.nix @@ -4,7 +4,7 @@ let cfg = config.services.ihatemoney; in { services.nginx.virtualHosts."quentin.aristote.fr".locations = lib.mkIf cfg.enable { - "/money/".proxyPass = "http://127.0.0.1${cfg.uwsgiConfig}"; + "/money/".proxyPass = "http://127.0.0.1${cfg.uwsgiConfig.http}"; }; services.ihatemoney = { -- cgit v1.2.3