I am using Cloudflare (CDN) and I would like to allow access to my site from only it's IPs, but it's not possible since I use set_real_ip_from to preserve real user IPs in forum logs. I have this in my nginx.conf: # Cloudflare set_real_ip_from 204.93.240.0/24; set_real_ip_from 204.93.177.0/24; set_real_ip_from 199.27.128.0/21; set_real_ip_from 173.245.48.0/20; set_real_ip_from 103.2by anybodywise - How to...
It works! Thank you a lot!by anybodywise - Migration from Other Servers
Please help me.by anybodywise - Migration from Other Servers
I have always used Apache for my projects, but now I understand the magic of nginx :) Thank you for the great job! Please addopt my little rewrites for PHPBB: Thank you ahead!! # You could need to un-comment the following line # Options +FollowSymlinks RewriteEngine On RewriteBase / ######################################################### # PHPBB SEO REWRITE RULES # ###########by anybodywise - Migration from Other Servers