Answer the question
In order to leave comments, you need to log in
No input file specified.?
Symfony 3, Vagrant + Homestead, Windows 10 Pro.
I did everything according to the docks https://symfony.com/doc/current/setup/homestead.html
Then again according to the Russian docks https://symfony.com/legacy/doc/jobeet/1_4/en/01?or.. And ,
my project doesn't even load, why? Where is my "Welcome Page"?
Nginx I believe: No input file specified.
Vagrant
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: /Users/BonBon/Code
to: /home/vagrant/projects
sites:
- map: test.app
to: /home/vagrant/projects/symfony_demo/web
databases:
- test
variables:
- key: APP_ENV
value: local
composer require server
php bin/console server:run
Answer the question
In order to leave comments, you need to log in
In the sites section, specify:
Well, if it's crooked, then yes. And if according to the official documentation, then no.
ssh keys specified the path correctly? I'm on Windows ( this system must die ), when I set it up, I had to play around with them pretty much ... what does Vagrant show at startup? Why didn't you attach screenshots or error codes at all?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question