NGINX: Reverse Proxy
This tutorial about using NGINX reverse proxy.
NGINX Installation
Check for NGINX status
NGINX Configuration
Create configuration files on /etc/nginx/sites-available/. Change example.com
to your domain.
Add this configurations. Change example.com
and http://localhost:3000
to your use port.
Activate this using symlink to sites-enabled directory.
Last, check if conf OK then reload NGINX.
Last updated