Translations:Proxy check URL/7/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
| Line 1: | Line 1: | ||
===== | ===== Configuration for Nginx ===== | ||
Add the following to the http block: | |||
<pre> | <pre> | ||
upstream antifraud { | upstream antifraud { | ||
Latest revision as of 15:46, 30 November 2023
Configuration for Nginx
Add the following to the http block:
upstream antifraud {
server kaminari.systems;
keepalive 10;
}