Добавлен сайт с котиками

This commit is contained in:
2025-08-25 15:19:41 +07:00
parent e105956dc5
commit 1e67f61dff

View File

@@ -30,10 +30,7 @@ http {
location / { location / {
proxy_pass https://adoptapet.ru/cats/; proxy_pass https://adoptapet.ru/cats/;
proxy_set_header Host $host; proxy_ssl_server_name on;
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;
} }
} }
} }