2023-07-10, 03:47 AM
I tried setting up a reverse proxy with Caddy and somethings not working and I'm not sure where the issue is. Here are my steps so far:
encode gzip
reverse_proxy localhost:8096
}
The ports 443 and 80 are not blocked by firewall on my server. I'm not sure what else to look for. I can't tell where Caddy logs are, the /var/logs/caddy/ folder is empty.
- Bought the domain
- Created an A DNS record pointing to the public IP of my router (apple airport extreme) on the domain registrar settings
- Forwarded both ports 443 and 80 to my servers LAN IP in router settings (do I need 80?)
- Installed Caddy on the same device as Jellyfin and created a Caddyfile like
encode gzip
reverse_proxy localhost:8096
}
- Started Caddy and went to my domain
The ports 443 and 80 are not blocked by firewall on my server. I'm not sure what else to look for. I can't tell where Caddy logs are, the /var/logs/caddy/ folder is empty.