Use distinct short code to avoid confusion with EH pretix

This commit is contained in:
Stefan Bethke 2025-02-16 22:09:27 +01:00
parent 1bae6234ae
commit 690ec9bebc

View file

@ -38,7 +38,11 @@ server {
location = / {
#return 302 https://wiki.hamburg.ccc.de/infrastructure:service-overview#tickets_pretix;
return 302 https://tickets.hamburg.ccc.de/hackertours/eh22/;
return 302 https://tickets.hamburg.ccc.de/hackertours/eh22ht/;
}
location = /hackertours/eh22/ {
return 302 https://tickets.hamburg.ccc.de/hackertours/eh22ht/;
}
location / {