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; ''; }; };