forked from SUNET/soc-ops
Typo
This commit is contained in:
parent
012331604f
commit
b1a92d3638
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
<%- if @user_header && !@single_user -%>
|
||||
RequestHeader set @user_header %{REMOTE_USER}s
|
||||
<%- elsif @user_header && $single_user -%>
|
||||
<%- elsif @user_header && @single_user -%>
|
||||
RequestHeader set @user_header soc-user
|
||||
<%- elsif @x_remote_user -%>
|
||||
RequestHeader set X-Remote-User %{REMOTE_USER}s
|
||||
|
|
Loading…
Add table
Reference in a new issue