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

From Wiki Kaminari Click
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
===== Настройка для Nginx =====
===== Configuration for Nginx =====
В блок http надо добавить:
Add the following to the http block:
<pre>
<pre>
upstream antifraud {
upstream antifraud {

Latest revision as of 15:46, 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>
Configuration for Nginx

Add the following to the http block:

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