We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedbe3f commit 375cdc8Copy full SHA for 375cdc8
nginx-reverse/reverse-proxy.conf
@@ -43,21 +43,5 @@ server {
43
include /etc/nginx/conf.d/proxy-settings.conf;
44
}
45
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
58
59
- proxy_pass http://$keykloakvm:8080;
60
61
62
63
0 commit comments