mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-19 21:03:46 -07:00
Use host instead of server_name
This commit is contained in:
parent
3a65854339
commit
3517c46c03
3 changed files with 4 additions and 4 deletions
|
@ -32,5 +32,5 @@ location ~ /auth-([0-9]+) {
|
|||
}
|
||||
|
||||
# Optional redirect server authentication errors to organizr authentication page
|
||||
# NOTE: $server_name must be modified to your public URL when using subdomain proxies
|
||||
#error_page 401 $scheme://$server_name/?error=$status&return=$request_uri;
|
||||
# NOTE: $host must be modified to your public URL when using subdomain proxies
|
||||
#error_page 401 $scheme://$host/?error=$status&return=$request_uri;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue