remove_documentserver_example_service_onlyoffice_document_server_installation

This is an old revision of the document!


How to Remove DocumentServer Example Service from OnlyOffice Document Server Installation

See: https://github.com/ONLYOFFICE/DocumentServer/issues/888

rm -rf /etc/onlyoffice/documentserver-example/  #Removes the whole unnessecary "example"
rm /etc/nginx/includes/ds-example.conf   #This will delete the link that stops nginx from starting with error like you mentioned
service nginx restart   #Should restart without problem
service supervisord restart  #As Example-Service is gone, it will re-register to only four active packets 
supervisorctl restart docservice   #Restart docservice and now you can see the green checkmark
remove_documentserver_example_service_onlyoffice_document_server_installation.1694693067.txt.gz · Last modified: 2023/09/14 12:04 by wikiadmin