TLDR Romario asked how to configure base_path for the frontend with NGINX. Prashant suggested using subdomains as custom base URLs are not supported. Romario successfully implemented the solution.
Prashant
Custom base URL is not supported by SigNoz frontend at the moment.
You would have to use subdomains instead.
cc <@4K143e> <@4K14c2>
Oh so subdomain for the frontend, and a different one to send the traces too?
yup.
got it, thanks, I’ll do that for now
I’m thinking of writing up a blogpost how to setup signoz docker-compose with nginx
I’m not that proficcient in nginx so it will help myself in the future :laughing:
Oh, that’s great to hear. :blush:
Is working! Thanks
would be nice to have an api token or basic auth out of the box
Otherwise I need to add it to NGINX
Romario
Wed, 12 Apr 2023 15:30:45 UTCHello team! How can I configure the base_path for the frontend? I have NGINX and I want to do: /dashboard -> frontend /otlp -> port 4318 I can’t find a way to send my traces to port 4318. /dashboard redirects me to /login without `/dashboard` prepended