Categories
Cloud Server

How to restore the real IP address of the visitor if your web application is behind Cloudflare

If your web application is behind Cloudflare and you try to access the IP address of the visitor in your application, it will always show Cloudflare IP addresses, to fix this, you need to replace the Cloudflare IP address with the real IP address of the respective visitor. Cloudflare IP addresses : First of all,

Categories
Website Speed Optimization

How to serve WebP images dynamically in RunCloud using EWWW Image Optimizer plugin

You can use EWWW Image Optimizer plugin to serve WebP images on your website. But you will have to implement some Nginx configurations in your RunCloud server to be able to achieve it. Follow the instructions below. Select your server and go to the Web Application page that you want to implement the WebP configuration