Hello,
How to change the default ports 443 and 80 for docspace ? Please
Thanks,
Hello,
How to change the default ports 443 and 80 for docspace ? Please
Thanks,
I have find how change 443 port to 4434 (Change /usr/local/openresty/nginx/conf/conf.d/onlyoffice-proxy.conf), but when i go to my web docspace interface i got this error:
Digest: 3576187290
This error comes from the docspace-doceditor service it wants to start on port 443 too
How to change the port of the docspace-doceditor service please?
Hello @Ludovici ,
Could you please provide the following information:
1.The OS where Docspace is installed.
2.The installation type of Docsspace (.exe, DEB/RPM package, Docker, etc.).
Hello @Roman ,
My OS is debian 12 and it’s an installation with the installation script with deb package.
Hello @Ludovici,
You can change the port configuration by modifying the file located at:
/etc/openresty/conf.d/onlyoffice-proxy.conf
Update the ports in this file to the desired values.
And after reboot openresty service.
Note:
During an update, the parameters will revert to their default values. To prevent this, you need to replace the ports in debconf
.
echo "docspace docspace/port string 80" | debconf-set-selections
Hello @Ludovici,
Could you please send a screenshot with the integration setup parameters, as shown in the example screenshot?
thank you @roman, I looked at the integration setup parameters, changing the parameters so that they stick to my configuration. But the same problem always comes back: the docspace-doceditor service always wants to start on port 443. Even using a functional ONLYOFFICE Docs Community, it is impossible to connect to it. I can’t find any logs that could direct me to this or that problem.