Port change other than 9980

Hello to all,
I’ve a working CODE (no docker) on debian 10 + Apache as RP and wondering if (and how) is it possibile to change default port from 9980 to another.
I saw that in /lib/systemd/system/loolwsd.service i can put an extra option like --o:clientport=xxxx but when i start again loolwsd service it takes again the default port. Is there a way to do that?

Thank you in advance for your support and help!
Dany

@danyelie, Hi.

The default port 9980 changed using --port parameter.

You can find more details in the link Proxy settings — SDK https://sdk.collaboraonline.com/ documentation

1 Like

I have a similar issue. I do not want to change the port that the server is hosted on but the port that clients connect to. The server is hosted behind a reverse proxy on port 443 but runs in a container on port 9980. I do not see configuration options to change the port used by clients.

I solved my issue my setting the server_name to include the proxy port