Debian SSO login fixed

This commit is contained in:
Christoph Haas 2018-08-06 17:53:05 +02:00
parent 4846573304
commit e0b3721804
2 changed files with 2 additions and 5 deletions

View file

@ -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/ {
#
}
}
}