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:
parent
2f3a707216
commit
458f832b83
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@ in {
|
||||||
"/.well-known/matrix/".alias = matrixWellKnownDir + "/";
|
"/.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" = {
|
users.users."web-deploy" = {
|
||||||
|
|
Loading…
Reference in a new issue