mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
Fix a lot of stupid git rebase errors
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
location = /favicon.ico {
|
||||
allow all;
|
||||
log_not_found off;
|
||||
access_log off;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
location = /robots.txt {
|
||||
add_header Content-Type text/plain;
|
||||
root /srv/nginx/public;
|
||||
allow all;
|
||||
log_not_found off;
|
||||
access_log off;
|
||||
}
|
||||
Reference in New Issue
Block a user