Translations:Proxy check URL/7/en
Configuration for Nginx
Add the following to the http block:
upstream antifraud {
server kaminari.systems;
keepalive 10;
}
Add the following to the http block:
upstream antifraud {
server kaminari.systems;
keepalive 10;
}