From 43009884636d97b7f09d31799b93fa97a7cefe54 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt Date: Thu, 19 Sep 2024 22:16:40 +0200 Subject: [PATCH] Update module.nix --- nix/module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/module.nix b/nix/module.nix index 878fac8..d31d2e5 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -168,6 +168,8 @@ in default_type application/json; proxy_set_header Connection ""; proxy_http_version 1.1; + allow 127.0.0.1; + deny all; ''; }; };