From 329c27a6a2d15e4c3613d3ebd93c5a523b584ef2 Mon Sep 17 00:00:00 2001 From: hubaceks Date: Fri, 1 May 2026 22:43:38 +0200 Subject: [PATCH] redirect for Micinas --- services/bistrousky.yml | 2 +- services/bystrousky.yml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/services/bistrousky.yml b/services/bistrousky.yml index 68f5218..e742435 100644 --- a/services/bistrousky.yml +++ b/services/bistrousky.yml @@ -1,6 +1,6 @@ name: bistrousky type: proxy -domain: bistrousky.hubacek.cloud +domain: bistrousky.cz, www.bistrousky.cz headers: true auth: false backend: 192.168.50.107:80 \ No newline at end of file diff --git a/services/bystrousky.yml b/services/bystrousky.yml index 4016345..51ed242 100644 --- a/services/bystrousky.yml +++ b/services/bystrousky.yml @@ -1,6 +1,5 @@ name: bystrousky -type: proxy -domain: bystrousky.cz, bistrousky.cz, www.bystrousky.cz, www.bistrousky.cz -headers: true -auth: false -backend: 192.168.50.107:80 \ No newline at end of file +type: redirect +domain: www.bystrousky.cz, bystrousky.cz +target: https://bistrousky.cz{uri} +code: 301 \ No newline at end of file