privatebin/examples/01-phpinfo-behind-https/Caddyfile

8 lines
110 B
Caddyfile
Raw Normal View History

https://* {
errors stderr
tls self_signed
proxy / http://backend:80 {
transparent
}
}