1 Star 1 Fork 0

边仁杰 / netdata

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Running-behind-caddy.md 954 Bytes
一键复制 编辑 原始数据 按行查看 历史
Promise Akpan 提交于 2019-08-15 12:06 . Fix Markdown Lint warnings (#6664)

Netdata via Caddy

To run Netdata via Caddy's proxying, set your Caddyfile up like this:

netdata.domain.tld {
    proxy / localhost:19999
}

Other directives can be added between the curly brackets as needed.

To run Netdata in a subfolder:

netdata.domain.tld {
    proxy /netdata/ localhost:19999 {
        without /netdata
    }
}

limit direct access to Netdata

You would also need to instruct Netdata to listen only to 127.0.0.1 or ::1.

To limit access to Netdata only from localhost, set bind socket to IP = 127.0.0.1 or bind socket to IP = ::1 in /etc/netdata/netdata.conf.

analytics

C
1
https://gitee.com/rjbian/netdata.git
git@gitee.com:rjbian/netdata.git
rjbian
netdata
netdata
master

搜索帮助