Installing Matomo on Nginx returns 502 Bad Gateway Error
Andy asked: I’m in the process of installing the Matomo Analytics platform on my Debian 10 server, running Nginx and using the Cloudflare DNS and CDN. Unfortunately I get a …
Freedom through Communications
Browsing Tag
Andy asked: I’m in the process of installing the Matomo Analytics platform on my Debian 10 server, running Nginx and using the Cloudflare DNS and CDN. Unfortunately I get a …
codehero44 asked: I’ve searched around if anyone had the same issue as me but couldn’t find any related thread. My plan is to deny everyone except one public IP address …
Ryan asked: I’ve followed cloudflare doc [1] that enabled set_real_ip_from in order to show original client’s IP My log format is log_format main ‘$remote_addr $http_cf_connecting_ip $http_x_forwarded_for Assume client real IP …
masuking asked: https://www.nginx.com/resources/wiki/modules/rdns/ https://github.com/flant/nginx-http-rdns How do you get the nginx-http-rdns module to work with cloudflare free DDoS protection? I wish to use this module to verify search engine bots (issue …
kraus christopher asked: So my website is being mirrored by another domain name, I tried many ways to block the access from that specific domain but no hope, I am …
vordinerdo asked: I want to remote upload file from web server to our web server but the source server blocked cloudflare ips (we use cloudflare on our server) so how …
SteveL asked: We offen receive requests from police to provide the ip and port of visitors. When the requests come via cloudflare(https), the $remote_port variable is empty, when I access …
j7an asked: How do I enable both X-Real-IP and X-Forwarded-For in Nginx? I currently have the following to get real IPs in Docker network. set_real_ip_from 172.18.0.0/32; real_ip_header X-Real-IP; real_ip_recursive on; …
kemist asked: I am trying to detect the visitors country. I have the geoip option checked in the cloudflare dash and it adds a CF-IPCountry header to request headers but …
Johnny Bones asked: I’ve got a few domains I’m forwarding to a single server using CloudFlare. They’re all basically set up the same, the only difference is the domain names. …