The abbreviation of ultlog-ui is ulu, which is a web program that displays logs in the ultlog system.
Click here to download.
If install on a windows, you can choose to download ulu-nginx, which comes with a free installation version of nginx.
Unzip the downloaded file to the html path of nginx.The directory structure is
nginx
| —— html
| —— index.html
| —— static/
Modify the nginx configuration file (normal nginx.conf), add the following code
location ^~ /api {
proxy_pass http://{ula-host}:{ula-ip};
}
Replace ula-host/port with the address(or ip) and port of the ula service deployment.
start nginx