Add Redirect on id.hamburg.ccc.de to the account management page

This commit is contained in:
chris 2023-10-23 21:16:32 +02:00
commit 26181f7759
No known key found for this signature in database
GPG key ID: 0B029610FD14AFAF
2 changed files with 9 additions and 0 deletions

View file

@ -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/;
}