Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To avoid exposing an additional port, AppServer port 2880, you can configure NGINX reverse proxy

1. Open default site configuration file.

2. Inside server {} block and add the next rule

Code Block
languagexml
themeEmacs
location /wscservice/api/ {
	proxy_pass http://your_host:2880;
}

3. Save file and restart NGINX.

Code Block
languagexml
themeEmacs
systemctl restart nginx

4. In your browser check version and status of AppServer to verify if it works properly.

Check the version:

Info

http(s)://your_host/wscservice/api/?cmd=ver

Check the status:

Info

http(s)://your_host/wscservice/api/?cmd=status