
* add ability to use relative pathes * Add basename prop (#513) * add static controller * add docker-compose * Refactoring * Refactoring * fixed comparison bugs * dirty * clenaup * Update React app Co-authored-by: Alexander Krivonosov <31561808+GneyHabub@users.noreply.github.com> Co-authored-by: German Osin <german.osin@gmail.com> Co-authored-by: Oleg Shuralev <workshur@gmail.com>
9 lines
179 B
Text
9 lines
179 B
Text
server {
|
|
listen 80;
|
|
server_name localhost;
|
|
|
|
location /kafka-ui {
|
|
# rewrite /kafka-ui/(.*) /$1 break;
|
|
proxy_pass http://kafka-ui:8080;
|
|
}
|
|
}
|