privatebin-docker-nginx-fpm.../examples/01-phpinfo-behind-https/Caddyfile

7 lines
110 B
Caddyfile

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