Skip to content

Commit 375cdc8

Browse files
committed
Remove Keycloak
1 parent fedbe3f commit 375cdc8

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

nginx-reverse/reverse-proxy.conf

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,5 @@ server {
4343
include /etc/nginx/conf.d/proxy-settings.conf;
4444
}
4545

46-
location ^~/keycloak {
47-
# prevent nginx to throw errors if keycloak
48-
# is not available
49-
# 127.0.0.11 is the Docker DNS
50-
resolver 127.0.0.11 valid=05s;
51-
set $keykloakvm keycloak;
52-
53-
proxy_pass http://$keykloakvm:8080/auth;
54-
include /etc/nginx/conf.d/proxy-settings.conf;
55-
}
56-
location ^~/auth {
57-
resolver 127.0.0.11 valid=05s;
58-
set $keykloakvm keycloak;
59-
proxy_pass http://$keykloakvm:8080;
60-
include /etc/nginx/conf.d/proxy-settings.conf;
61-
}
6246

6347
}

0 commit comments

Comments
 (0)