Changing the nginx Web Server Port Numbers

Perform the following steps to change the nginx web server port numbers.

  1. Open the nginx.conf file in the LSIStorageAuthority/server/conf directory.
  2. Replace all of the listen 2463 default_server ssl instances with listen <new port> default_server ssl.
  3. Save the nginx.conf file.
  4. Restart the nginx service and the LSI Storage Authority Service.