File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rootfs/etc/nginx/template Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -619,7 +619,7 @@ http {
619619 {{ $applyGlobalAuth := shouldApplyGlobalAuth $location $all .Cfg.GlobalExternalAuth.URL }}
620620 {{ $applyAuthUpstream := shouldApplyAuthUpstream $location $all .Cfg }}
621621 {{ if and (eq $applyAuthUpstream true) (eq $applyGlobalAuth false) }}
622- ## start auth upstream {{ $server .Hostname }}{{ $location .Path }}
622+ ## start auth upstream {{ $server .Hostname }}
623623 upstream {{ buildAuthUpstreamName $location $server .Hostname }} {
624624 {{- $externalAuth := $location .ExternalAuth }}
625625 server {{ extractHostPort $externalAuth .URL }};
@@ -628,7 +628,7 @@ http {
628628 keepalive_requests {{ $externalAuth .KeepaliveRequests }};
629629 keepalive_timeout {{ $externalAuth .KeepaliveTimeout }}s;
630630 }
631- ## end auth upstream {{ $server .Hostname }}{{ $location .Path }}
631+ ## end auth upstream {{ $server .Hostname }}
632632 {{ end }}
633633 {{ end }}
634634 {{ end }}
You can’t perform that action at this time.
0 commit comments