Use Caddy v2 on build env

This commit is contained in:
Kitaiti Makoto
2020-12-08 20:07:13 +09:00
parent 5f89401a7c
commit 55abbff9b8
3 changed files with 8 additions and 9 deletions
+2 -5
View File
@@ -1,6 +1,3 @@
localhost:443 {
proxy / localhost:7878 {
transparent
}
tls self_signed
localhost {
reverse_proxy localhost:7878
}