cretueusebiu / valet-windows

Laravel Valet for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom nginx conf

haziqfiqri opened this issue · comments

commented

Is there a way that I can add certain stuff on the nginx? I needed to proxy my react app. But I can't find anything inside /.config/valet folder regarding nginx except Nginx folder that have a .keep file.

cc: @cretueusebiu

You have to secure your site first (valet secure myapp) then you can edit ~/.config/valet/Nginx/myapp.test.conf. Don't forget to run valet restart after you change the config file.

commented

Thanks @cretueusebiu for the clarification, perhaps add this on the README.