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

This commit is contained in:
2025-08-25 15:30:34 +07:00
parent 1e67f61dff
commit 34a806b99a

View File

@@ -28,9 +28,6 @@ http {
listen 80; listen 80;
server_name hypoxie.duckdns.org; server_name hypoxie.duckdns.org;
location / { return 301 https://adoptapet.ru/cats/;
proxy_pass https://adoptapet.ru/cats/;
proxy_ssl_server_name on;
}
} }
} }