1. The problem I’m having:
No specific issue would just like an extra set of eyes on my Caddyfile as I followed a guide and don’t want to do anything stupid. Is there anything wrong with how it’s composed or anything I should consider adding or amending?
2. Error messages and/or full log output:
NA
3. Caddy version:
v2.7.6 h1:w0NymbG2m9PcvKWsrXO6EEkY9Ru4FJK8uQbYcev1p3A=
4. How I installed and ran Caddy:
Followed the official guide for initial installation.
a. System environment:
Windows 11 Pro
b. Command:
./Caddy run
c. Service/unit/compose file:
NA
d. My complete Caddy config:
jelly.lolwtf.uk {
reverse_proxy 192.168.1.74:8099
}
lidarr.lolwtf.uk {
reverse_proxy localhost:8686
}
emby.lolwtf.uk {
reverse_proxy localhost:8096
}
sonarr.lolwtf.uk {
reverse_proxy localhost:8989
}
radarr.lolwtf.uk {
reverse_proxy localhost:7878
}
sab.lolwtf.uk {
reverse_proxy localhost:8085
}
5. Links to relevant resources:
NA