When deploying multiple WordPress sites on an internal network while sharing a single Cloudflare Tunnel, you can configure it correctly as follows: Set up virtual hosts on the serverConfigure virtual...
Project Background Websites deployed in an internal network need to be accessed from the external internet, but you don’t want to expose public IPs or purchase cloud servers. Cloudflare Tunnel p...
Why Vercel IP Whitelist Is Not Needed The Problem with IP Whitelist Many people consider adding Vercel or Cloudflare IP whitelist to Nginx config to protect the API: location /wp-json/ { allow 76.76.2...
Overview Using Nginx configuration to achieve: All WordPress frontend pages automatically redirect to another domain (e.g., Vercel frontend) WordPress admin remains accessible API endpoints respond no...
Process of Installing Coolify on Debian in VirtualBox This document records the process of deploying Coolify after installing Debian in VirtualBox. Installing Debian 11 in VirtualBox is straightforwar...
Step 1: Install Ubuntu Download the Ubuntu 22.04 image from the official website: ubuntu-22.04.5-live-server-amd64.iso Installing Ubuntu 22.04 in VirtualBox is straightforward. After installation, you...