NGINX reverse proxy on Ubuntu
location /wscservice/api {
proxy_pass http://your_host:2880;
}systemctl restart nginxLast updated
Was this helpful?
location /wscservice/api {
proxy_pass http://your_host:2880;
}systemctl restart nginxLast updated
Was this helpful?
Was this helpful?