Member-only story
Forward request to service using nginx
Use case: We want to setup https server, and passing request to existing service.
First, install nginx in your OS. Assume we’re using Ubuntu.
Create nginx.conf in /etc/nginx/
Trigger up your service.
Restart nginx.
And there you go