How do people configure nginx using templates?
joshuanoronha
HOBBYOP
a year ago
I have a server and I wanted to point nginx to that server and I suppose I would have to use internal routing for that. But I came across a few articles which mentioned that it was really hard to do. How do you configure this?
3 Replies
brody
EMPLOYEE
a year ago
NGINX is not the best in environments where the IPs change, such as Railway.
Can you please explain your use case?
joshuanoronha
HOBBYOP
a year ago
I want to deploy node onto railway with fastify as the framework and fastify recommends using nginx as a reverse proxy
Also I am not sure about node configurations for web traffic over HTTPS
brody
EMPLOYEE
a year ago
It sounds like you may not need a proxy, Railway handles https for you.
The backend of this forum is node without a proxy and its doing great.
