]> BookStack Code Mirror - website/blob - nginx.conf
Added v25.05 post images
[website] / nginx.conf
1 # This file contains web-server level things to be included as part
2 # of the site's nginx configuration. This is not the complete nginx
3 # config for the site, just the bits that are content specific.
4
5
6
7 ### Redirects
8
9 location = /links/discord {
10     return 302 https://discord.gg/g7sk4J6hPw;
11 }
12
13 # We also retain the original link in the footer for verification
14 location = /links/mastodon {
15     return 302 https://fosstodon.org/@bookstack;
16 }