Changing the nginx Web Server Port Numbers
Perform the following steps to change the nginx web server port numbers.
- Open the nginx.conf file in the LSIStorageAuthority/server/conf directory.
-
Replace all of the
listen 2463 default_server ssl
instances withlisten <new port> default_server ssl
. - Save the nginx.conf file.
- Restart the nginx service and the LSI Storage Authority Service.