add security.txt

This commit is contained in:
XenGi 2026-02-25 00:38:12 +01:00
parent 454f14d9e9
commit 44ffba40db
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0

View file

@ -27,9 +27,15 @@ in
alias = "/srv/http/noc/";
};
# RFC8805 new location
".well-known/loc/" = {
"/.well-known/loc/" = {
root = "/srv/http/noc/";
};
"/.well-known/security.txt" = {
alias = "/srv/http/security.txt";
extraConfig = ''
default_type text/plain;
'';
};
"/twentyyears/" = {
alias = "/srv/http/twentyyears/";
};