feat: Adds a shortcode to the shop

This commit is contained in:
Vincent Mahnke 2025-12-26 19:54:29 +01:00
commit 24effd5be7

View file

@ -23,6 +23,10 @@ in
forceSSL = true;
useACMEHost = "${domain}";
locations."/shop" = {
return = "302 https://tickets.hamburg.ccc.de";
};
listen = [
{
addr = "0.0.0.0";