All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)===== Configuration for Nginx =====
Add the following to the http block:
<pre>
upstream antifraud {
   server kaminari.systems;
   keepalive 10;
}
</pre>
 h Russian (ru)===== Настройка для Nginx =====
В блок http надо добавить:
<pre>
upstream antifraud {
   server kaminari.systems;
   keepalive 10;
}
</pre>