Question
Nginx image issue when port removed from url
I was following this tutorial:
https://blog.cloudboost.io/deploying-a-node-js-express-application-on-digital-ocean-part-2-573f0b8b8ea4
and when I get to the part about removing the the port number from the URL, the website still works but now none of my images will load. Does it have something to do with the fact that I have my React app redirecting from “/” to “/Home”?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×