🤖Configure Backend (API)
After installing Nginx, create the Backend reverse-proxy configuration file using the command:
Paste the configuration code below and change the IP to your machine's IP. Remember to add the port :3333 at the end, or if you used another port, put the port correctly.
Ctrl + X and type Y hit Enter to save config file.
Link the file to nginx enabled section.
Test if ok.
If you see long OK message done correctly. Else please do the steps correctly.
Restart nginx
Last updated