7 lines
289 B
Plaintext
7 lines
289 B
Plaintext
# https://learn.netdata.cloud/docs/agent/running-behind-nginx#enable-authentication
|
|
# Putting username and hashed password inside the htpasswd folder of
|
|
# jwilder/nginx-proxy activates the Basic auth for the domain you
|
|
# use as the filename of this file.
|
|
|
|
${username}:${hashed-password}
|