Running Grafana behind a reverse proxy in https

Hi,

Following this page: http://docs.grafana.org/installation/behind_proxy/ we manage to successfully configure Nginx for reverse proxy.
Now we need to make it over https.
Do we need to defined only the nginx server ssl_certificate or also in grafana.ini file.
We have tried a few difrant options with no success.

Regards,
Yoav

you only need to configure SSL in nginx

and proxy_pass to http?

Yes since grafana is still on http

Thank you @torkel!
Is there more steps we can do to increase the system security?

@torkel

If SSL is configured in Nginx, does Grafana need to have https configured as well? I have a Grafana instance with https already enabled (and have users configured in it), but I can’t properly configure Nginx as a reverse proxy and my head is about to explode!

Thanks.