From 73a62851150433f526d4289e8b7dca89127b8150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 29 Sep 2025 17:06:06 +0200 Subject: [PATCH] Moving fallbeck for kopama.com.pl --- nginx-config/https/kopama.com.pl.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/nginx-config/https/kopama.com.pl.conf b/nginx-config/https/kopama.com.pl.conf index 181e0b0..84c25ab 100644 --- a/nginx-config/https/kopama.com.pl.conf +++ b/nginx-config/https/kopama.com.pl.conf @@ -30,10 +30,12 @@ server { # gdy backend zwróci 502/503/504 przekieruj użytkownika error_page 502 503 504 = @fallback; - location @fallback { - return 302 https://kopama.pl$request_uri; - } + + } + + location @fallback { + return 302 https://kopama.pl$request_uri; + } - } } \ No newline at end of file