feat: serve default robots txt

This commit is contained in:
f
2025-12-26 13:40:51 -03:00
parent 0e38a772e9
commit 92650aa12a
2 changed files with 2 additions and 0 deletions

View File

@ -184,3 +184,4 @@ COMPOSE_FILE="compose.yml"
#ANUBIS_OG_PASSTHROUGH=true
#ANUBIS_OG_EXPIRY_TIME=1h
#ANUBIS_OG_CACHE_CONSIDER_HOST=true
#ANUBIS_SERVE_ROBOTS_TXT=true

View File

@ -16,6 +16,7 @@ services:
OG_PASSTHROUGH: "${ANUBIS_OG_PASSTHROUGH}"
OG_EXPIRY_TIME: "${ANUBIS_OG_EXPIRY_TIME}"
OG_CACHE_CONSIDER_HOST: "${ANUBIS_OG_CACHE_CONSIDER_HOST}"
SERVE_ROBOTS_TXT: "${ANUBIS_SERVE_ROBOTS_TXT}"
networks:
- proxy
deploy: