mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
Update ninja links
This commit is contained in:
parent
9c19a41219
commit
91fe0a67b1
1 changed files with 5 additions and 5 deletions
|
@ -14,23 +14,23 @@ server {
|
|||
charset utf-8;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
location /impressum/ {
|
||||
location ~* /impressum {
|
||||
charset utf-8;
|
||||
return 308 https://c3woc.de/impressum/;
|
||||
}
|
||||
location /kontakt/events/fff_bodensee_21/ {
|
||||
location ~* /kontakt/events/fff_bodensee_21 {
|
||||
charset utf-8;
|
||||
return 308 https://winkekatze.tv/events/fff_bodensee_21/;
|
||||
}
|
||||
location /hall1/ {
|
||||
location ~* /hall1 {
|
||||
charset utf-8;
|
||||
return 308 https://vdo.ninja/?room=wk24_hall1&password=winkekatze&hash=7fce;
|
||||
}
|
||||
location /hall2/ {
|
||||
location ~* /hall2 {
|
||||
charset utf-8;
|
||||
return 308 https://vdo.ninja/?room=wk24_hall2&password=winkekatze&hash=7fce;
|
||||
}
|
||||
location /hall3/ {
|
||||
location ~* /hall3 {
|
||||
charset utf-8;
|
||||
return 308 https://vdo.ninja/?room=wk24_hall3&password=winkekatze&hash=7fce;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue