Translations:Proxy check URL/8/ru: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 November 2023

  • curprev 15:4115:41, 30 November 2023Admin talk contribs 571 bytes +571 Created page with "В конфиг надо добавить (в примере показан вариант с проксированием на эндпойнт <code>/antifraud</code>): <pre> location /antifraud { rewrite /antifraud /v2/check break; proxy_set_header Host kaminari.systems; proxy_http_version 1.1; proxy_set_header Connection ""; proxy_set_header X-Forwarded-For $http_x_forwarded_for; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-..."