Add tickets.chaos.jetzt redirect

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.
This commit is contained in:
Moritz 'e1mo' Fromm 2023-08-03 16:12:42 +02:00
parent 2f3a707216
commit 458f832b83
No known key found for this signature in database
GPG key ID: 1D5D79A439E787F1

View file

@ -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" = {