Commit d681e824 authored by keshavprasadms's avatar keshavprasadms
Browse files

fix: remove hardcoded ip

parent d97e5894
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -45,7 +45,7 @@ server {
end
}
}
set $target http://11.2.4.27:8080;
set $target {{ keycloak_url }};
rewrite ^/auth/(.*) /auth/$1 break;
proxy_pass $target;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment