diff --git a/hosts/www/nginx.nix b/hosts/www/nginx.nix index 3a1e099..699fd3d 100644 --- a/hosts/www/nginx.nix +++ b/hosts/www/nginx.nix @@ -22,6 +22,9 @@ in index = "index.html"; tryFiles = "$uri $uri/ $uri.html =404"; }; + "/twentyyears/" = { + alias = "/srv/http/twentyyears/"; + }; # RFC8805 "/noc/" = { alias = "/srv/http/noc/"; @@ -36,9 +39,6 @@ in default_type text/plain; ''; }; - "/twentyyears/" = { - alias = "/srv/http/twentyyears/"; - }; "/.well-known/matrix/client" = { return = "200 '{\"m.homeserver\":{\"base_url\":\"https://matrix.berlin.ccc.de\"}}'"; extraConfig = ''