forked from CCCHH/nix-infra
feat: Adds a shortcode to the shop
This commit is contained in:
parent
5a989fff69
commit
24effd5be7
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ in
|
|||
"${domain}" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "${domain}";
|
||||
|
||||
locations."/shop" = {
|
||||
return = "302 https://tickets.hamburg.ccc.de";
|
||||
};
|
||||
|
||||
listen = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue