Learn how to serve Chartbrew on a domain with Apache
https
on it. Some providers offer that automatically, but in case that’s not happening have a look at Certbot as it’s super simple to set up and it’s free.
X-Frame-Options
header being set as deny
by the server. If your charts can’t load on other sites because of this problem make sure you add the following configuration to the VirtualHost
that serves your frontend:
https
, for example, don’t forget to add it there as well.