Disable welcome
page
#1989
-
Hello new to forum, I just updated my onlyoffice to latest version, but now it shows this "Test sample" page. Before I updated it said "document server ready". How do I disabled this test sample ? thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hi, this page was introduced a long time ago, I think like 5 years ago or some I think you can disable it via custom nginx config or via removing it altogether via removing it in |
Beta Was this translation helpful? Give feedback.
-
/etc/onlyoffice/documentserver/nginx/includes/ds-docservice.conf first row's there is a entry /welcome/, the part can be removed
service nginx restart |
Beta Was this translation helpful? Give feedback.
-
Uppps sorry, did remove the line from all servers :D this was from memory
can be removed |
Beta Was this translation helpful? Give feedback.
-
I did the following steps and it works now: rm -rf /etc/onlyoffice/documentserver-example/ #Removes the whole unnessecary "example" |
Beta Was this translation helpful? Give feedback.
I did the following steps and it works now:
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