Skip to content
Snippets Groups Projects
Commit 47949c55 authored by Jacob Benz's avatar Jacob Benz
Browse files

try if trailing slash improves keycloak loading on production deployment (issue 82)

parent b92ba4da
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ server { ...@@ -5,7 +5,7 @@ server {
listen [::]:5000; listen [::]:5000;
location /keycloak { location /keycloak/ {
proxy_pass http://keycloak:8080; proxy_pass http://keycloak:8080;
proxy_pass_request_headers on; proxy_pass_request_headers on;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment