1
0
Fork 0
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:
L3D 2024-02-27 16:18:32 +01:00
parent 9c19a41219
commit 91fe0a67b1
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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;
}