This commit is contained in:
2025-08-25 16:09:38 +07:00
parent 34a806b99a
commit 1e7102fa8d

View File

@@ -30,4 +30,10 @@ http {
return 301 https://adoptapet.ru/cats/;
}
server {
listen 80 default_server;
server_name _; # ловит все остальные домены
return 301 https://github.com/HypoxiE/;
}
}