I used cloudflare, redirect login page when I login success.

stepbystep

New member
Joined
Oct 12, 2018
Messages
1
I want protect my VPS server and ddos defense, so I think use cloudflare CDN hide my VPS server's real IP. I use nginx instead of apache on directadmin, then I configured reverse nginx for cloudflare CDN, follow this "https://help.directadmin.com/item.php?id=84". On login page, it redirect login page when I login success .I don't know why, help me, thx.
 
Hello,

You might need to configure NGINX to detect a real client IPs using directives set_real_ip_from.

Please let me know if it helps or not.
 
Back
Top