Skip to content
/ ulu Public

This is a web program that displays logs in the ultlog system.

License

Notifications You must be signed in to change notification settings

ultlog/ulu

Repository files navigation

ultlog-ui

The abbreviation of ultlog-ui is ulu, which is a web program that displays logs in the ultlog system.

Install

Download

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.

Install

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

start nginx

More