Laravel Homestead and Nginx subdomain wildcard
问题 i have problem with nginx and homestead. I can't make dynamic subdomain working. I tried everything here is my configuration. OS: Ubuntu 14.04 LTS 64bit Guest OS: Ubuntu 14.04 LTS 32bit ( Vagrant with Homestead ) Homestead.yaml ip: "192.168.10.10" memory: 512 cpus: 1 provider: virtualbox authorize: /home/user/.ssh/id_rsa.pub keys: - /home/user/.ssh/id_rsa folders: - map: /home/user/Projects to: /home/vagrant/Projects sites: - map: businesspage.local to: /home/vagrant/Projects/BusinessPage