Edit LinuxInstallationCentOS.ascx for task 45694

This commit is contained in:
Svetlana Maleeva 2024-06-14 16:14:07 +03:00
parent 12bccaf195
commit 5000bd1eda
3 changed files with 17 additions and 2 deletions

View File

@ -276,7 +276,12 @@ sudo firewall-cmd --reload
</code></pre> </code></pre>
<h5>Disable SELinux <span class="deprecated_since">deprecated since v.5.0</span></h5> <h5>Disable SELinux <span class="deprecated_since">deprecated since v.5.0</span></h5>
<p>Open the <code>/etc/selinux/config</code> file using any text editor, replace the <code>SELINUX=enforcing</code> or <code>SELINUX=permissive</code> string with the <code>SELINUX=disabled</code> one and save the changes.</p> <p>Open the <code>/etc/selinux/config</code> file using any text editor, replace the <code>SELINUX=enforcing</code> or <code>SELINUX=permissive</code> string with the <code>SELINUX=disabled</code> one and save the changes.</p>
<p>Reboot your server for the changes to take effect.</p> <p>Reboot your server for the changes to take effect.</p>
<div class="notehelp nh_important">
<span class="important_notice_label">Note</span>
For security reasons, starting from v8.1, new WOPI keys are generated in <code>local.json</code> when running the <code>documentserver-configure.sh</code> script. If you are using a WOPI connection, you need to run the script after updating ONLYOFFICE Docs:
<pre><code>documentserver-configure.sh --wopienabled true</code></pre>
</div>
</div> </div>
</div> </div>

View File

@ -286,7 +286,12 @@ sudo firewall-cmd --reload
</code></pre> </code></pre>
<h5>Disable SELinux <span class="deprecated_since">deprecated since v.5.0</span></h5> <h5>Disable SELinux <span class="deprecated_since">deprecated since v.5.0</span></h5>
<p>Open the <code>/etc/selinux/config</code> file using any text editor, replace the <code>SELINUX=enforcing</code> or <code>SELINUX=permissive</code> string with the <code>SELINUX=disabled</code> one and save the changes.</p> <p>Open the <code>/etc/selinux/config</code> file using any text editor, replace the <code>SELINUX=enforcing</code> or <code>SELINUX=permissive</code> string with the <code>SELINUX=disabled</code> one and save the changes.</p>
<p>Reboot your server for the changes to take effect.</p> <p>Reboot your server for the changes to take effect.</p>
<div class="notehelp nh_important">
<span class="important_notice_label">Note</span>
For security reasons, starting from v8.1, new WOPI keys are generated in <code>local.json</code> when running the <code>documentserver-configure.sh</code> script. If you are using a WOPI connection, you need to run the script after updating ONLYOFFICE Docs:
<pre><code>documentserver-configure.sh --wopienabled true</code></pre>
</div>
</div> </div>
</div> </div>

View File

@ -287,6 +287,11 @@ sudo firewall-cmd --reload
<h5>Отключите SELinux <span class="deprecated_since">не используется с версии 5.0</span></h5> <h5>Отключите SELinux <span class="deprecated_since">не используется с версии 5.0</span></h5>
<p>Откройте файл <code>/etc/selinux/config</code> в любом текстовом редакторе, замените строку <code>SELINUX=enforcing</code> или <code>SELINUX=permissive</code> на следующую: <code>SELINUX=disabled</code>. Сохраните изменения.</p> <p>Откройте файл <code>/etc/selinux/config</code> в любом текстовом редакторе, замените строку <code>SELINUX=enforcing</code> или <code>SELINUX=permissive</code> на следующую: <code>SELINUX=disabled</code>. Сохраните изменения.</p>
<p>Перезагрузите сервер, чтобы изменения вступили в силу.</p> <p>Перезагрузите сервер, чтобы изменения вступили в силу.</p>
<div class="notehelp nh_important">
<span class="important_notice_label">Примечание</span>
В целях безопасности, начиная с версии v8.1, генерируются новые WOPI-ключи в <code>local.json</code> при запуске скрипта <code>documentserver-configure.sh</code>. Если вы используете WOPI-подключение, необходимо запустить скрипт после обновления ONLYOFFICE Docs:
<pre><code>documentserver-configure.sh --wopienabled true</code></pre>
</div>
</div> </div>
</div> </div>