caddyfiles/CaddyfileFiles
2024-12-12 14:41:39 +00:00

22 lines
666 B
Caddyfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# files is the vps i use for more lightweight things
#
eth.blitzw.in {
reverse_proxy localhost:9001
}
co-api.blitzw.in {
reverse_proxy localhost:6003
}
co.blitzw.in {
basicauth {
blitzwing $2a$10$SpzDdJ.JacDPiZmFB5HXueCQ6KaPARHzZyBYOo.4EZ3.zKatRhW3O
}
reverse_proxy localhost:6004
}
pin.blitzw.in {
reverse_proxy localhost:6600
}