• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Vhost not working as expected

z3ntl3

New Pleskian
Server operating system version
ubuntu 22
Plesk version and microupdate number
Plesk Obsidian Web Pro Edition Version 18.0.50 Update #2
So basically in Cloudflare I have linked my domain 'pix4.dev' to the server and it is linked, all fine.

However I did also link 'test.pix4.dev' and it did not work as expected. I did not add in in my plesk admin panel as subdomain. It gets the default vhost some how (plesk login page).

And because of this I cannot use Caddyserver together with Plesk.. Is the only solution to reverse proxy with nginx to caddy?
 
I did not add in in my plesk admin panel as subdomain.
If the web server does not know the domain, it will display the default page instead. That is the expected and desired behavior. If you want the web server to react on the domain, it needs to be added to Plesk as a subscription, as a domain or as a subdomain. Although it is a subdomain, you can add it in all three ways.
 
If the web server does not know the domain, it will display the default page instead. That is the expected and desired behavior. If you want the web server to react on the domain, it needs to be added to Plesk as a subscription, as a domain or as a subdomain. Although it is a subdomain, you can add it in all three ways.
I did reverse proxy it through nginx to caddyserver, still not the solution i wished to apply but there was no other way.
 
It took me a while to understand what you really ask. I think you were wanting to ask how to bypass Nginx/Apache combo, which indeed is not so easy, because only one service can listen on the 80, 443 ports.
 
It took me a while to understand what you really ask. I think you were wanting to ask how to bypass Nginx/Apache combo, which indeed is not so easy, because only one service can listen on the 80, 443 ports.
ye true but just did reverse proxy from nginx directive to caddy
 
Back
Top