Adds a shortlink to the Hackertours shop site #23

Merged
june merged 1 commit from ViMaSter/nix-infra:main into main 2025-12-27 23:27:55 +01:00
Showing only changes of commit 971274b473 - Show all commits

feat: Adds a shortcode to the shop

Vincent Mahnke 2025-12-26 19:54:29 +01:00 committed by June

View file

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