I try to reverse proxy a webservice on a local raspberry pi.
But when I start it it will bind to port 2015.
Port 80 is free. I have tested it by using netstat -tulp
.
My Caddyfile contained:
hassbian.local {
tls off
proxy / localhost:8123
}
The output when I start Caddy this is the output:
root@hassbian:/var/www# ./caddy
Activating privacy features... done.
http://hassbian.local:2015