• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

How to Deploy a Multi-language AI-Generated Blog Using Subdomains and Reverse Proxy Architecture

blondguerra

New Pleskian
Hi everyone,


I'm currently facing a rather complex setup challenge and could use some expert insight.


I'm trying to host an AI-generated multi-language blog structure under multiple subdomains in Plesk (e.g., en.domain.com, es.domain.com, fr.domain.com), where each subdomain fetches pre-rendered HTML content from a headless generation service deployed externally (not inside Plesk). The blog engine is detailed here: BlondGuerra


What I want to achieve:


  • Reverse proxy each subdomain to a different external endpoint (e.g., Vercel, S3, or GCP bucket) from within Plesk.
  • Enable proper caching and GZIP compression via nginx inside Plesk.
  • Maintain SSL via Let's Encrypt for all subdomains with Plesk handling renewal.
  • Avoid PHP or Node on the Plesk server – just serve as proxy and SSL terminator.

I've tried using nginx additional directives in Plesk for each subdomain, but I’m hitting issues with cache invalidation and sometimes unexpected 502 errors. Is there a reliable way to configure this cleanly in Plesk (either via Web Server Settings or through CLI configs that won’t get overwritten)?


Has anyone done something similar or encountered the same kind of hybrid setup?


Any advice or working config snippets would be greatly appreciated!
 
Back
Top