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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...
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...
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?