I’m setting up an NGINX reverse proxy so I can make all my project links look clean and professional, without needing to use different ports in the URLs. Instead of something like domain.com:8080
, the reverse proxy will allow everything to be accessible through a simple, clear link structure like domain.com/project
. This will help keep things organized and make accessing my projects easier.