Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Nginx configuration

Kamil Monicz edited this page Oct 29, 2019 · 1 revision
  1. First of all make sure that the nginx -s reload command is working properly
  2. Edit the Nginx configuration nginx.conf file and add the following line include /etc/nginx/snippets/kumo.conf; (path must be the same as NginxBlockSnippetFile from Kumo config.json file)
  3. Double-check that you have configured Nginx rate limiting properly and that you are getting user's real ip from the Cloudflare header (latest Cloudflare IP ranges)
Clone this wiki locally