From 34a806b99a8a0af08f283870dc12d4e8459998d6 Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Mon, 25 Aug 2025 15:30:34 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=81=D0=B0=D0=B9=D1=82=20=D1=81=20=D0=BA=D0=BE=D1=82?= =?UTF-8?q?=D0=B8=D0=BA=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nginx.conf b/nginx.conf index 0541135..f36c668 100644 --- a/nginx.conf +++ b/nginx.conf @@ -28,9 +28,6 @@ http { listen 80; server_name hypoxie.duckdns.org; - location / { - proxy_pass https://adoptapet.ru/cats/; - proxy_ssl_server_name on; - } + return 301 https://adoptapet.ru/cats/; } }