Debian SSO login fixed
This commit is contained in:
parent
4846573304
commit
e0b3721804
2 changed files with 2 additions and 5 deletions
|
|
@ -90,6 +90,7 @@ http {
|
|||
}
|
||||
|
||||
location @backend {
|
||||
proxy_set_header x_debian_sso_dn $ssl_client_s_dn;
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
}
|
||||
|
||||
|
|
@ -113,10 +114,6 @@ http {
|
|||
expires 1h;
|
||||
add_header X-Coffee images;
|
||||
}
|
||||
|
||||
location /debian_sso/ {
|
||||
#
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue