From e07290dee5638b174dd0230b1d278dc52b8ec0d8 Mon Sep 17 00:00:00 2001 From: nune Date: Thu, 12 Dec 2024 14:41:39 +0000 Subject: [PATCH] Add CaddyfileFiles --- CaddyfileFiles | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CaddyfileFiles diff --git a/CaddyfileFiles b/CaddyfileFiles new file mode 100644 index 0000000..bcd6713 --- /dev/null +++ b/CaddyfileFiles @@ -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 +} \ No newline at end of file