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

From Wiki Kaminari Click
(Created page with "===== Настройка для Nginx ===== В блок http надо добавить: <pre> upstream antifraud { server kaminari.systems; keepalive 10; } </pre>")
 
(No difference)

Latest revision as of 15:41, 30 November 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;
}