HTTPS for Metabase

Hello,
I have read docs in nginx with SSL with ProxyPass with
location /
{}
Could I use custom location
location /metabase/
{}
This is done but there is no application path
eg: https://analytics/metabase- This should be the output

Pls help

Hi @sharon
Yes, you can use a non-root location. There are some known issues with that, so I would recommend not doing that.