0

All of a sudden Valet is showing "Welcome to Nginx" for all my sites.

I tried restarting valet using

valet restart

I tried unsecuring a specific domain to see if it isn't a https issue

valet unsecure && valet secure

I checked if the domain is still .test by running

valet domain

But it's still showing the same default page. What could've happened?

rollstuhlfahrer
  • 3,988
  • 9
  • 25
  • 38
Miguel Stevens
  • 8,631
  • 18
  • 66
  • 125

2 Answers2

2

Solution for me was running

sudo apachectl stop
valet restart

fixed it, strange because I can't imagine how having apache running can show an nginx welcome page.

Miguel Stevens
  • 8,631
  • 18
  • 66
  • 125
0

Forced stopping nginx (valet stop) and running valet install again worked for me

ARGVN
  • 41
  • 5