From 9f213a7bfc35cf3238a91900008a29fd2723ee94 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Mon, 16 Aug 2021 10:11:48 +0200 Subject: debug --- config/services/web/money/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/services') diff --git a/config/services/web/money/default.nix b/config/services/web/money/default.nix index 9a84e07..ce8ceea 100644 --- a/config/services/web/money/default.nix +++ b/config/services/web/money/default.nix @@ -5,7 +5,7 @@ in { services.nginx.virtualHosts."money.aristote.fr" = lib.mkIf cfg.enable { forceSSL = true; enableACME = true; - "/".proxyPass = "http://127.0.0.1${cfg.uwsgiConfig.http}/"; + locations."/".proxyPass = "http://127.0.0.1${cfg.uwsgiConfig.http}/"; }; services.ihatemoney = { -- cgit v1.2.3