nginx init

This commit is contained in:
XenGi 2026-02-17 18:58:51 +01:00
parent 0e72b0cdf2
commit 57328d19e9
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -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 \"\"";
}; };
}; };
}; };