Installing the web server
Configuring Nginx
sudo nano /etc/nginx/sites-available/defaultlocation /rest {
proxy_pass http://localhost:8080/rest;
}sudo systemctl restart nginxInstalling the Web files
Last updated