fix
This commit is contained in:
parent
74ee293ee4
commit
a70b05b39c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,9 +7,9 @@
|
||||||
kTLS = true;
|
kTLS = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
basicAuthFile = config.age.secrets.grafana_basic_auth.path;
|
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
|
basicAuthFile = config.age.secrets.grafana_basic_auth.path;
|
||||||
#proxyPass = "http://";
|
#proxyPass = "http://";
|
||||||
#recommendedProxySettings = true;
|
#recommendedProxySettings = true;
|
||||||
return = "418 \"☕️\"";
|
return = "418 \"☕️\"";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue