Escape $request_uri for external auth
This commit is contained in:
parent
48ee93f5a5
commit
587c2a8765
5 changed files with 7 additions and 6 deletions
|
|
@ -977,6 +977,7 @@ stream {
|
|||
{{ end }}
|
||||
|
||||
{{ if $location.ExternalAuth.SigninURL }}
|
||||
set_escape_uri $escaped_request_uri $request_uri;
|
||||
error_page 401 = {{ buildAuthSignURL $location.ExternalAuth.SigninURL }};
|
||||
{{ end }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue