Update module.nix

This commit is contained in:
Thilo Hohlt
2024-09-19 22:16:40 +02:00
committed by GitHub
parent 1c5681ddea
commit 4300988463

View File

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