• 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.

Search results

  1. T

    Question How to setup manual nginx.conf?

    Hello garcue, glad you're here. Actually I just want to make three node js apps and one of my subdomain would balance the request from users from each node js apps. I also curious how I could balance the request to one subdomain which could upstream from several subdomain which contain the same...
  2. T

    Question How to setup manual nginx.conf?

    Hello, I want to add some load balancer and I need to setup manual nginx.conf. Is it possible? I read article from Nginx and Apache Virtual Host Configuration Files Setup - Plesk Tips He told me to set virtual host configuration, I already create and setup it but nothing happened. Anyone...
  3. T

    Question How to add load balancing on NGINX

    I want to add load balancing on NGINX, I read the documentation on the website of NGINX and they told me to add upstream backend { least_conn; server domain1.example.com server domain2.example.com; } How could I add that code in the NGINX of my plesk?
Back
Top