laravel / homestead

MIT License
3.86k stars 1.45k forks source link

Update wordpress.sh #1923

Closed vsmash closed 8 months ago

vsmash commented 8 months ago

escape $ in location redirect. I found that the $1 was in the nginx config on vagrant machine. (arm64/parallels) I escaped the $1 to fix. I also removed the https:// before ${11} (but not in this pr) as i prefer to specify the scheme in the yaml

svpernova09 commented 8 months ago

Thanks for taking the time for this.

prefer to specify the scheme in the yaml

The Homestead.yaml isn't aware of a scheme and shouldn't be.