Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hello dear Plesk People,
I want to set up a cluster of servers in a load balancing configuration and also get the benefit of high availability. This is my first ever attempt to do anything like this, but with Plesk and Hetzner, it should be possible somehow - I just don't know exactly how yet...
Hi all,
We need to configure a new project with two servers under Plesk with an upstream load-balancer.
We have configured a first server (a main IP with administration interface + an IP for a test website).
Server :
- IP A : main, for Plesk admin
- IP B : for test website "test.com"...
Hello all,
we currently have the situation that we need to put our Plesk server behind a HAProxy.
Getting the "real IP" for the webserver, was easy. But I am currently stuck with the Mail Service.
IMAP is already working, only the mail sending fails.
I have evaluated the logs and get the...
Hello everyone.
I have a quick question to see if you can help me.
I have PLESK installed on a virtual machine that is behind a load balancer, and all requests come through Cloudflare to the LB.
Client -> Cloudflare -> Load Balancer -> Plesk (server & webs)
In the LB I unmask the real IP of...
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?
Hi
i want to have a plesk server that mount domain's httpdocs with httpdocs of another plesk server.
is it possible? will it work?
my goal is to create a 2 web servers that serve the website but they get their files and db from one backend server both behind load balancer, which enables more...