How do you hide the port number after the domain n...
# orm-help
j
How do you hide the port number after the domain name using NGINX reverse proxy? Does anyone have a configuration that they could share? The problem is that I do not want people accessing port 8000 and want them to only access the domain name. What am I doing wrong? I am also using Prisma and Postgresql.
1
n
I am not sure if you had a look at this thread: https://serverfault.com/questions/627305/hide-port-in-nginx-reverse-proxy-redirection Maybe it could be helpful in this case.
Let me know if you are still running into this