0

I setup Laravel 5.4 app with redis server. I got some ddos attack on my server and I got my redis server cache unknown info, like some-email|some-ip.

here's a screenshot :

enter image description here

I changed the old port and set require password. And I also changed redis folder permissions. But still I am getting this error.

My server is ubuntu 16 with nginx, node.js, php7 and redis server(phpredis).

How to secure my server from ddos attack?

Ivan
  • 34,531
  • 8
  • 55
  • 100
Mido Mido
  • 1
  • 2

1 Answers1

0

I like putting my sites through cloudflare.com. It protects from DDOS, and also caches assets like CSS and JS, speeding up your site.

Also, you can use a self signed SSL certificate, but because of Cloudflare you will get the full green padlock! :-)

delboy1978uk
  • 12,118
  • 2
  • 21
  • 39