Translations:Proxy check URL/7/en

From Wiki Kaminari Click
Configuration for Nginx

Add the following to the http block:

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