Hello team! How can I configure the base_path for ...
# support
r
Hello 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
@Prashant Shahi
p
Custom base URL is not supported by SigNoz frontend at the moment.
You would have to use subdomains instead.
cc @Ankit Nayan @Palash Gupta
r
Oh so subdomain for the frontend, and a different one to send the traces too?
p
yup.
r
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 😆
p
Oh, that’s great to hear. 😊
r
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