mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
8 lines
152 B
Plaintext
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;
|
|
}
|