Nextcloud Document Server ...how to https for port 9999 ?
Posted: Mon Jun 04, 2018 2:51 pm
Hi I finally installed nextcloud document server and can access through http://mydomain.com:9999/ and can see the welcome message ... document server is running
But I still cannot use it with Nextcloud to modify documents with OnlyOffice as it requires https
How can I configure /etc/nginx/conf.d/onlyoffice-documentserver.conf in order to use ssl ?
I try to follow https://helpcenter.onlyoffice.com/fr/se ... https.aspx and tried to replace
ssl_certificate /home/admin/conf/ssl.mydomain.com.pem;
ssl_certificate_key /home/admin/conf/ssl.mydomain.com.key;
with files generated by Vestacp for my domain.com but then commands
service httpd restart
and
service vesta restart fail....
Any idea how I can configure that ? Thanks for your help
But I still cannot use it with Nextcloud to modify documents with OnlyOffice as it requires https
How can I configure /etc/nginx/conf.d/onlyoffice-documentserver.conf in order to use ssl ?
I try to follow https://helpcenter.onlyoffice.com/fr/se ... https.aspx and tried to replace
ssl_certificate /home/admin/conf/ssl.mydomain.com.pem;
ssl_certificate_key /home/admin/conf/ssl.mydomain.com.key;
with files generated by Vestacp for my domain.com but then commands
service httpd restart
and
service vesta restart fail....
Any idea how I can configure that ? Thanks for your help