ฉันได้ติดตั้งและ grafana เริ่มต้นเริ่มต้นและทำงานได้ตามที่คาดไว้http: // localhost: 3000 ฉันพยายามที่จะ proxy มันด้วย nginx ที่ฉันติดตั้ง ssl ฉันพยายามที่จะให้มันตอบสนองต่อhttps: // localhost / grafanaแต่มันทำหน้าที่ดังต่อไปนี้:
{{alert.title}}
ฉันมีสิ่งนี้ในบล็อกเซิร์ฟเวอร์ nginx ของฉัน:
location /grafana {
proxy_pass http://localhost:3000;
proxy_set_header Host $host;
}