Handle transmission redirect automatically
This commit is contained in:
parent
e0e08e9c19
commit
868a4c2f10
|
@ -58,6 +58,7 @@ frontend https
|
|||
http-request set-header X-Client-IP %[req.hdr_ip(x-forwarded-for)] if is_cf
|
||||
redirect location /remote.php/dav code 301 if dav nextcloud
|
||||
redirect location /index.html code 301 if homepage root
|
||||
redirect location /web/ code 301 if transmission root
|
||||
redirect location https://discord.gg/CTFMzde code 301 if discord-redirect homepage
|
||||
|
||||
http-response replace-header Set-Cookie (.*) \1;\ Secure
|
||||
|
|
Reference in New Issue