This is not difficult to achieve at all with tools like sed or awk. But unless you provide a concrete example input file or files, all we can do is point to those tools.
- 0 Posts
- 3 Comments
Joined 1 year ago
Cake day: January 15th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
a14o@feddit.orgto
Selfhosted@lemmy.world•Caddy reverse proxy fails with a login pageEnglish
0·20 days agoSeems like the router doesn’t like how the headers are passed on. You could try:
login.router.lan { reverse_proxy 192.168.1.1:80 { header_up Host {upstream_hostport} } }https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#headers

Have you tried
Outline?
I recently set it up and I’m very impressed.