summaryrefslogtreecommitdiff
path: root/sys/web/sites
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-08-29 00:19:15 -0600
committerAlejandro Soto <alejandro@34project.org>2025-08-29 00:19:15 -0600
commit742433a5442930609af0d3bbb1ab8ab71c422a66 (patch)
tree4824bd6f19013f1b2ddc9f160725f72d4f01f920 /sys/web/sites
parent6eee62b321850ee76f51fe8f59c12fcdc8113719 (diff)
sys/web/sites/portal: enable Web Key Directory
Diffstat (limited to 'sys/web/sites')
-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/";
+ };
};
};
};