OnlyOffice启用HTTPS

停止Nginx服务

不停止,后面直接重启也可

sudo systemc stop nginx

复制模板覆盖原有配置

v5.3 及更高版本切换到 HTTPS ,复制 ds-ssl.conf.tmpl 模板文件覆盖 ds.conf 配置文件

sudo cp -f /etc/onlyoffice/documentserver/nginx/ds-ssl.conf.tmpl /etc/onlyoffice/documentserver/nginx/ds.conf

其他版本参考: Switching ONLYOFFICE Docs to HTTPS protocol

修改配置

修改 /etc/onlyoffice/documentserver/nginx/ds.conf{{...}} 参数信息

sudo vim /etc/onlyoffice/documentserver/nginx/ds.conf 

更多Ngeinx的SSL参数配置信息参考; Module ngx_http_ssl_module

重启Nginx

sudo systemctl restart nginx

运行升级脚本

运行命令将配置将http请求重定向到https

sudo bash /usr/bin/documentserver-update-securelink.sh