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