foo
This commit is contained in:
parent
5ed2c02a2b
commit
ba2db75f63
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue