Add Redirect on id.hamburg.ccc.de to the account management page
This commit is contained in:
parent
505a2ba9f9
commit
26181f7759
2 changed files with 9 additions and 0 deletions
|
@ -44,6 +44,10 @@ server {
|
|||
allow 185.161.129.132/32;
|
||||
deny all;
|
||||
|
||||
location ^~ / {
|
||||
return 307 https://keycloak-admin.hamburg.ccc.de/admin/master/console/;
|
||||
}
|
||||
|
||||
location /js/ {
|
||||
proxy_pass http://127.0.0.1:8080/js/;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue