i'm starting a new project with https://github.com/react-boilerplate/react-boilerplate, and i need use https, i already configure nginx to https, my custom nginx config file is here:
https://www.pastiebin.com/5b034ba8938b3
I run my app with npm run start
and when i access http://localhost:3000 it works fine.
When i tried to access with https://localhost/voos/ the content doesnt load:
I already configure my localhost to use https.