Comment on [deleted]
sun@slrpnk.net 5 days agoI can’t set a trailing slash Radarr removes it. I am not quite sure what you mean, but I have tried rewriting it.
like this, and then visit, but it makes no difference
redir /radarr/ /radarr handle_path /radarr* { reverse_proxy 1.1.1.1:7878 { header_up Host {host} header_up X-Real-IP {remote_host} header_up X-Forwarded-For {remote_host} header_up X-Forwarded-Proto {scheme} } }
You could also, instead of redirecting, rewrite it. Then it is handled serverside without sending the client somewhere else. I am not quite sure what you mean