OpenObserve Docs
AdministrationMaintenance & MonitoringOperator guide

OpenObserve behind a nginx reverse proxy

Set nginx proxy

location /logs/ {
    proxy_pass http://127.0.0.1:5080;
}

Set ENV for OpenObserve

ZO_BASE_URI = "/logs"
Was this page helpful?

Last updated on

On this page