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