• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Configure to load content of https://domain1.com on https://about.domain2.com

EckyPtang

New Pleskian
Hello,

I'm trying to setup a configuration where https://domain1.com is shown when going to https://about.domain2.com

The browser url should remain about.domain2.com (so no redirect)


First thing I did was create a CNAME record for 'about' that points to domain1.com - this works, but it shows just the PLESK default page of my server.

How do I inform the webserver to accept about.domain2.com and serve the content?


I've tried adding a 'server_name' value in the nginx.conf of the domain1.com website, but it says that plesk will override it anyway.

So in Plesk on the account for domain1.com, going to NGINX & apache settings, it shows that nginx proxies requests to apache.

There are fields for apache:
Additional directives for HTTP
Additional directives for HTTPS

And fields for NGINX:
Additional nginx directives


What do I need to add here in order for it to load the content of https://domain1.com on that external subdomain (https://about.domain2.com) ?


Thanks
 
Back
Top