Translations:Proxy check URL/7/en: Difference between revisions

From Wiki Kaminari Click
(Importing a new version from external source)
(No difference)

Revision as of 02:07, 19 September 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Proxy check URL)
===== Configuration for Nginx =====
Add the following to the http block:
<pre>
upstream antifraud {
   server kaminari.systems;
   keepalive 10;
}
</pre>
Настройка для Nginx

В блок http надо добавить:

upstream antifraud {
    server kaminari.systems;
    keepalive 10;
}