helpcenter/Web/Controls/Help/Server/Common/TroubleshootingQA1/TroubleshootingQA1.ascx
2017-07-12 16:04:37 +03:00

10 lines
1012 B
Plaintext

<%@ Control Language="C#" %>
<div class="question_answer">
<p><span>Q:</span>I updated my editor language files (corrected some translations) but the server still shows the previous values instead of the correct ones. How can I reset the cache for all the users at the same time?</p>
<p><span class="answer">A:</span>Please follow the steps to reset the cache:
<br>Find the <code>/etc/nginx/includes/onlyoffice-documentserver-docservice.conf</code> and <code>/etc/nginx/includes/onlyoffice-documentserver-spellchecker.conf</code> files. There must be the build date and time value. Change these values to some other (any value will do, but the main thing that it must be the same in all the places), and restart NGINX:
<pre><code>sudo service nginx reload</code></pre>
The cache should be reset for all the server users.
</p>
<div class="notehelp">Please note that for the Docker installation all the actions must be performed <b>within the container</b>.</div>
</div>