Skip to content

Commit 2ae380f

Browse files
authored
Merge pull request #386 from HalianElf/master
Have return include full URL
2 parents 4ebc408 + 2e74ef8 commit 2ae380f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

organizr-auth.subfolder.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ location ~ /auth-([0-9]+) {
3737

3838
# Optional redirect server authentication errors to organizr authentication page
3939
# NOTE: $host must be modified to your public URL when using subdomain proxies
40-
#error_page 401 $scheme://$host/?error=$status&return=$request_uri;
40+
#error_page 401 $scheme://$host/?error=$status&return=$scheme://$http_host$request_uri;

0 commit comments

Comments
 (0)