+# This file contains web-server level things to be included as part
+# of the site's nginx configuration. This is not the complete nginx
+# config for the site, just the bits that are content specific.
+
+
+
+### Redirects
+
+location = /links/discord {
+ return 302 https://discord.gg/ztkBqR2;
+}
+
+# We also retain the original link in the footer for verification
+location = /links/mastodon {
+ return 302 https://fosstodon.org/@bookstack;
+}