Answer the question
In order to leave comments, you need to log in
How to redirect a domain to a server?
Debian server on a dedicated IP. Domain registered in nic.ru. How to redirect a domain to this IP?
Answer the question
In order to leave comments, you need to log in
Add an entry of type A in the domain control panel, its value will be the IP of the server.
Wait for the entries to update. ping domain.com should return your IP address in brackets. Or check with services like dig, whois
There must be someone on the server who will accept requests (for example, a web server, such as apache \ nginx).
In the case of nginx, you need to write something like server{
listen 80;
server_name domain.com
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question