From 1e67f61dffb0324a0f88f699560fc2ee8d863ef8 Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Mon, 25 Aug 2025 15:19:41 +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 7b0dba6..0541135 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,10 +30,7 @@ http { location / { proxy_pass https://adoptapet.ru/cats/; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; + proxy_ssl_server_name on; } } }