Skip to content

Instantly share code, notes, and snippets.

@nghiahsgs
Created September 9, 2020 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghiahsgs/46bf1fd68095eebd6a186972430fb077 to your computer and use it in GitHub Desktop.
Save nghiahsgs/46bf1fd68095eebd6a186972430fb077 to your computer and use it in GitHub Desktop.
server { listen 80; server_name <YourVPSIpAddress>; location / { proxy_pass http://localhost:3000/; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment