|
|
|
Ask HN: How to access vagrant from browser in localhost?
|
|
2 points
by rawmainb
2279 days ago
|
|
In vagrant, set hostname as test.my.domain. Installed an application in it. Want to access it from browser as http://test.my.domain. Except set /etc/hosts, is there any tools for mapping it? /etc/hosts example ```
192.168.1.100 test.my.domain
``` |
|