This commit is contained in:
XenGi 2026-02-25 00:46:02 +01:00
parent 5ed2c02a2b
commit ba2db75f63
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0

View file

@ -22,6 +22,9 @@ in
index = "index.html"; index = "index.html";
tryFiles = "$uri $uri/ $uri.html =404"; tryFiles = "$uri $uri/ $uri.html =404";
}; };
"/twentyyears/" = {
alias = "/srv/http/twentyyears/";
};
# RFC8805 # RFC8805
"/noc/" = { "/noc/" = {
alias = "/srv/http/noc/"; alias = "/srv/http/noc/";
@ -36,9 +39,6 @@ in
default_type text/plain; default_type text/plain;
''; '';
}; };
"/twentyyears/" = {
alias = "/srv/http/twentyyears/";
};
"/.well-known/matrix/client" = { "/.well-known/matrix/client" = {
return = "200 '{\"m.homeserver\":{\"base_url\":\"https://matrix.berlin.ccc.de\"}}'"; return = "200 '{\"m.homeserver\":{\"base_url\":\"https://matrix.berlin.ccc.de\"}}'";
extraConfig = '' extraConfig = ''