nginx init
This commit is contained in:
parent
0e72b0cdf2
commit
57328d19e9
1 changed files with 3 additions and 2 deletions
|
|
@ -10,8 +10,9 @@
|
||||||
#basicAuthFile = config.age.secrets.grafana_basic_auth.path;
|
#basicAuthFile = config.age.secrets.grafana_basic_auth.path;
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyPass = "http://";
|
#proxyPass = "http://";
|
||||||
recommendedProxySettings = true;
|
#recommendedProxySettings = true;
|
||||||
|
return = "418 \"☕️\"";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue