commit 416c7d115345f3b984582430f452c60f1211cabd parent 1dda25589dc5ab99a4a328e3ce425c55dea2aee5 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:55:38 +0200 Small fixes Diffstat:
| M | apps/talos_cluster/wkd/deployment.yaml | | | 7 | +------ |
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/apps/talos_cluster/wkd/deployment.yaml b/apps/talos_cluster/wkd/deployment.yaml @@ -118,12 +118,7 @@ data: return 200 "healthy\n"; add_header Content-Type text/plain; } - - # Deny access to other locations - location / { - return 404; - } - + # Disable server tokens server_tokens off; }