_
This commit is contained in:
@@ -30,4 +30,10 @@ http {
|
||||
|
||||
return 301 https://adoptapet.ru/cats/;
|
||||
}
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name _; # ловит все остальные домены
|
||||
|
||||
return 301 https://github.com/HypoxiE/;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user