We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/etc/hosts on a VM has no localhost definition for IPv4:
127.0.0.1 server server ::1 localhost.localdomain localhost 192.168.36.10 server 192.168.36.11 frontend 192.168.36.101 node-1 192.168.36.102 node-2
instead of the 1st line, it would be better to have for instance:
127.0.0.1 localhost.localdomain localhost 127.0.1.1 server server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/etc/hosts on a VM has no localhost definition for IPv4:
instead of the 1st line, it would be better to have for instance:
The text was updated successfully, but these errors were encountered: