5 lines
104 B
Caddyfile
5 lines
104 B
Caddyfile
git.rustybever.be {
|
|
reverse_proxy localhost:8010 {
|
|
header_down +X-Robots-Tag "none"
|
|
}
|
|
}
|