Files
invidious/nginx/snippets/robots.conf
T
2025-06-18 11:31:14 +02:00

8 lines
152 B
Plaintext

location = /robots.txt {
add_header Content-Type text/plain;
root /srv/nginx/public;
allow all;
log_not_found off;
access_log off;
}