Add CaddyfileFiles
This commit is contained in:
parent
ea31e44739
commit
e07290dee5
22
CaddyfileFiles
Normal file
22
CaddyfileFiles
Normal file
@ -0,0 +1,22 @@
|
||||
# ––––––––––––––––––––––––––––––––––––––––––––
|
||||
# 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user