privatebin/examples/phpinfo-behind-https/Caddyfile
2017-03-29 19:23:29 +02:00

8 lines
110 B
Caddyfile

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