• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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