From 91fe0a67b17c469443f866379fc25c6641b6dd14 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 27 Feb 2024 16:18:32 +0100 Subject: [PATCH] Update ninja links --- templates/files/nginx/sites/winkekatze.tv_tls.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/files/nginx/sites/winkekatze.tv_tls.conf b/templates/files/nginx/sites/winkekatze.tv_tls.conf index f0dc4e2..c101e04 100644 --- a/templates/files/nginx/sites/winkekatze.tv_tls.conf +++ b/templates/files/nginx/sites/winkekatze.tv_tls.conf @@ -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; }