配置路径
nginx配置文件路径:
/etc/nginx/conf.d/default.conf
[注]首次使用时修改该配置文件的server_name。可通过域名或IP访问,或者直接使用IP:3000的方式访问。
常用命令
nginx启动|关闭:
service nginx start|stop|restart|reload
grafana启动|关闭:
service grafana-server start|stop|restart
钉钉通知消息打开为http://localhost:3000/
修改root_url
参考:https://grafana.com/docs/installation/configuration/#root-url
记得修改后重启