OptionPROXY_PREFIX_URL
Description Specifies a URL prefix to be used when LogScale is deployed behind a reverse proxy or load balancer. Helps LogScale correctly generate URLs when it's not directly accessible at the root path of a domain.

Setting this parameter is used if it is not feasible for you to add the header X-Forwarded-Prefix in your proxy.

The default value is empty (no prefix), which is appropriate when LogScale is deployed at the root of a domain. When configuring this parameter, you should:

  • Include the leading slash (e.g., /logscale)

  • Not include a trailing slash

  • Not include the protocol or domain name (just the path)