summaryrefslogtreecommitdiff
path: root/config/services/web/money
diff options
context:
space:
mode:
Diffstat (limited to 'config/services/web/money')
-rw-r--r--config/services/web/money/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = {