From 1ad412616cf72ef8df9ef54b6a752bf1c415e2e0 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 14 Aug 2021 20:04:15 +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 19f7af2..a0eafac 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.http}"; + "/money/".proxyPass = "http://127.0.0.1${cfg.uwsgiConfig.http}/"; }; services.ihatemoney = { -- cgit v1.2.3