Every other config in grafana.ini is left to the default.
I can access the login page fine if I connect directly to Port 3000. However, attempting to access via the domain name brings up the error regarding reverse proxy configuration issues.
After some additional testing, I discovered that certain calls are being blocked by my Nginx’s Security Headers/Settings.
I discovered these errors in my Browser Console when loading the login page:
EvalError: call to eval() blocked by CSP core.js:4
Content Security Policy: The page’s settings blocked the loading of a resource at eval (“default-src”). angular.js:1286
Content Security Policy: The page’s settings blocked the loading of a resource at eval (“default-src”). core.js:4
I use the following security headers by default in my Nginx installations: