sevdokimov / log-viewer

Web UI for viewing logs
Apache License 2.0
434 stars 103 forks source link

Configuration for running behind reverse proxy. #201

Open jrojer opened 7 months ago

jrojer commented 7 months ago

For now I see that the frontend app would try to open "/main****.js", "/polyfills***.js", etc. Without an option to configure the prefix. For example when we do reverse proxy domain.com/logviewer -> localhost:8111, the FE would fail to load.

jrojer commented 7 months ago

If you tell me more on how to add this. Maybe I can help