- Joined
- Sep 4, 2019
- Messages
- 26
- Reaction score
- 8
I currently have my on premises 3cx system using ports 5000 and 5001. It's fine other than the fact that the webclient URL is messy to give to users. I know you can change the ports by reinstalling and restoring, but I'm not interested in reprovisioning all of our phones or breaking users' shortcuts to the existing URLs. I only care about the webclient URL. Is it possible to edit the nginx.conf file to add a couple lines that say
listen 443 ssl http2;
listen [::]:443 ssl http2;
and maintain the other 5001 and 5000 lines? Or would that cause something to break on the server?
listen 443 ssl http2;
listen [::]:443 ssl http2;
and maintain the other 5001 and 5000 lines? Or would that cause something to break on the server?