adding robots.txt

This commit is contained in:
2026-06-27 23:01:03 -04:00
committed by Richie
parent f936253ad5
commit 137bd8ed2f
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@
443
];
# Global robots.txt served by HAProxy for every vhost (see haproxy.cfg).
environment.etc."haproxy/robots.txt".source = ./robots.txt;
services.haproxy = {
enable = true;
config = builtins.readFile ./haproxy.cfg;