Step 1: Research

Find out which city has the most available content.


Step 2: Create

a. Create Database

(Prepare a new database for the new tenant/domain.)


b. Install SSL Certificate

sudo apt install -y certbot python3-certbot-nginx
sudo certbot --nginx --expand \\
-d escorts-cdmx.com -d www.escorts-cdmx.com \\
-d escorts-caracas.com -d www.escorts-caracas.com \\
-d NUEVO.COM -d www.NUEVO.COM
sudo nginx -t && sudo systemctl reload nginxb.1. Renew Certificates

sudo certbot renew --dry-run

2. Nginx Configuration

Add the new domain to the vhost used for img.*, without PHP:

# --- HTTPS: Static CDN for img.* (no PHP, long cache, multi-tenant) ---

Step 3: Upload

Page reference: