Use distinct short code to avoid confusion with EH pretix
This commit is contained in:
parent
1bae6234ae
commit
690ec9bebc
1 changed files with 5 additions and 1 deletions
|
@ -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 / {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue