N
N
Nevershoot2020-10-04 13:43:40
Vagrant
Nevershoot, 2020-10-04 13:43:40

Vagrant, can't set hostname?

ip: 192.168.10.10
memory: 2048
cpus: 2
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
    - ~/.ssh/id_rsa
folders:
    -
        map: /home/never/Work/projects/ToDo.loc/laravel
        to: /home/vagrant/projects/ToDo.loc
sites:
    -
        map: todo.loc
        to: /home/vagrant/projects/ToDo.loc/public
databases:
    - homestead
features:
    -
        mariadb: false
    -
        ohmyzsh: false
    -
        webdriver: false
name: todo-loc
hostname: todo.loc


The result is "Page not found". Through the hosts file everything works.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question