mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Have return include full URL
Fixes the return when using subdomains (and doesn't effect subfolders)
This commit is contained in:
parent
4ebc40810d
commit
2e74ef86b7
1 changed files with 1 additions and 1 deletions
|
@ -37,4 +37,4 @@ location ~ /auth-([0-9]+) {
|
|||
|
||||
# Optional redirect server authentication errors to organizr authentication page
|
||||
# NOTE: $host must be modified to your public URL when using subdomain proxies
|
||||
#error_page 401 $scheme://$host/?error=$status&return=$request_uri;
|
||||
#error_page 401 $scheme://$host/?error=$status&return=$scheme://$http_host$request_uri;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue