我按照以下步骤在 Ubuntu 18.04 上设置 Grafana https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-grafana-on-ubuntu-16-04
其中一个步骤是默认为 Grafana 设置反向代理并加载端口 3000,这很好。但是,我希望在 Web 服务器端口(仅限 https)上加载一些 php 页面,可能使用子域或自定义端口?
我怎样才能做到这一点?我对 nginx 主机文件不是很熟悉,因为我习惯了 Apache。任何帮助将不胜感激。
Grafana 加载:https ://grafana.mysite.com反向代理加载到端口 3000
所以:Web 服务器(html 文件夹)应该加载
https://manage.grafana.mysite.com或https://grafana.mysite.com:1234(自定义端口)
谢谢。