Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 214 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 214 Bytes

stats-api

NGINX

Add the following to your nginx config file:

location / {
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }