Skip to content

Commit

Permalink
Add tickets.chaos.jetzt redirect
Browse files Browse the repository at this point in the history
With all https://tickets.chaos.jetzt/shortcode links will redirect to
the appropriate ticket-shop without a need for us to place manual
redirect links.
  • Loading branch information
e1mo committed Aug 3, 2023
1 parent 2f3a707 commit 458f832
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/website.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ in {
"/.well-known/matrix/".alias = matrixWellKnownDir + "/";
};
};

virtualHosts."tickets.${baseDomain}" = {
enableACME = true;
forceSSL = true;
locations."/".return = "307 https://tickets.chaostreff-flensburg.de/chaos.jetzt$request_uri";
};
};

users.users."web-deploy" = {
Expand Down

0 comments on commit 458f832

Please sign in to comment.