summaryrefslogtreecommitdiff
path: root/sys/web
diff options
context:
space:
mode:
Diffstat (limited to 'sys/web')
-rw-r--r--sys/web/sites/portal.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/web/sites/portal.nix b/sys/web/sites/portal.nix
index 4b5f704..93b01bd 100644
--- a/sys/web/sites/portal.nix
+++ b/sys/web/sites/portal.nix
@@ -30,7 +30,10 @@ in {
useACMEHost = domains.sysret.main;
serverAliases = [domains.sysret.www];
- locations."/fsociety".return = "301 https://meet.posixlycorrect.com/%C6%92%C6%A8%C5%8F%C4%8B%D3%80%C9%99%CF%AE%D0%A3";
+ locations = {
+ "/fsociety".return = "301 https://meet.posixlycorrect.com/%C6%92%C6%A8%C5%8F%C4%8B%D3%80%C9%99%CF%AE%D0%A3";
+ "/.well-known/openpgpkey/hu/".alias = "/var/lib/pgp-wkd/";
+ };
};
};
};