add security.txt
This commit is contained in:
parent
454f14d9e9
commit
44ffba40db
1 changed files with 7 additions and 1 deletions
|
|
@ -27,9 +27,15 @@ in
|
||||||
alias = "/srv/http/noc/";
|
alias = "/srv/http/noc/";
|
||||||
};
|
};
|
||||||
# RFC8805 new location
|
# RFC8805 new location
|
||||||
".well-known/loc/" = {
|
"/.well-known/loc/" = {
|
||||||
root = "/srv/http/noc/";
|
root = "/srv/http/noc/";
|
||||||
};
|
};
|
||||||
|
"/.well-known/security.txt" = {
|
||||||
|
alias = "/srv/http/security.txt";
|
||||||
|
extraConfig = ''
|
||||||
|
default_type text/plain;
|
||||||
|
'';
|
||||||
|
};
|
||||||
"/twentyyears/" = {
|
"/twentyyears/" = {
|
||||||
alias = "/srv/http/twentyyears/";
|
alias = "/srv/http/twentyyears/";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue