mirror of
https://github.com/iv-org/infrastructure.git
synced 2024-11-23 05:39:47 +00:00
Enable indexing on everything except api and redirect
This commit is contained in:
parent
bf9bda494e
commit
6cb2d712d2
@ -2,11 +2,6 @@
|
||||
|
||||
(common) {
|
||||
encode gzip
|
||||
respond /robots.txt 200 {
|
||||
body "User-agent: *
|
||||
Disallow: /
|
||||
"
|
||||
}
|
||||
log {
|
||||
output file /var/log/caddy/access.log {
|
||||
roll_size 500mb
|
||||
@ -48,6 +43,11 @@ invidio.us {
|
||||
redirect.invidious.io {
|
||||
import common
|
||||
reverse_proxy http://127.0.0.1:8080
|
||||
respond /robots.txt 200 {
|
||||
body "User-agent: *
|
||||
Disallow: /
|
||||
"
|
||||
}
|
||||
}
|
||||
|
||||
instances.invidio.us {
|
||||
@ -58,6 +58,11 @@ api.invidious.io {
|
||||
import common
|
||||
reverse_proxy http://127.0.0.1:3000
|
||||
header /static* Cache-Control "max-age=86400"
|
||||
respond /robots.txt 200 {
|
||||
body "User-agent: *
|
||||
Disallow: /
|
||||
"
|
||||
}
|
||||
}
|
||||
|
||||
uptime.invidio.us {
|
||||
|
Loading…
Reference in New Issue
Block a user