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 everyone,
I've recently deployed a web-app using plesk Laravel toolkit, everything was working fine until I decided to open the builtin vite server which laravel uses to load my SASS files (in my case at least). I've followed every guide, and I reckon I did everything fine, vite server...
Ubuntu 22.04 & Plesk Obsidian = Not Good
Plesk Firewall does not work ...
Every Article in this Forum does not work to enable the Plesk Firewall - Only Errors
A new Ubuntu 22.04 & Plesk Obsidian installation and nothing works anymore. This software is not worth a penny anymore !!
Command...
Hi all,
As the title indicates, the nginx configuration file for a domain is empty, this causes the impossibility of accessing the site concerned and the name of the certificate no longer matches. (/var/www/vhosts/system/domain.tld/conf/nginx.conf)
Any changes to the web hosting seem to fail to...
I'm running Docker and need to pass RSA_PRIVATE_KEY as an env variable containing the full text of a PEM formatted private key.
Entering it in the web interface the newlines are escaped (\\n) and I can't find a way to pass the variaable in a way that is acceptable to the container.
I can't...
Hi,
Im new to plesk and usgin it on linode.
We have a website developed in ReactJS, NodeJS and mongo db.
Attached is the log on Nginx error.
My Nginx config file: /etc/nginx/nginx.conf
#user nginx;
worker_processes 1;
#error_log /var/log/nginx/error.log;
#error_log...
i have plesk server with apache2 and nginx and i have a websocket app it works on port 2589 and i used ratchet and autobahn to work with websocket, nginx version nginx version: nginx/1.20.2 and ufw status Status: inactive and my nginx directive config for websocket
location ^~ /WsConn
{...
Where to add additional GEO directives to Ngnix, like this ?:
geo $trusted_user {
default 0;
1.1.1.0/24 1;
2.2.2.0/24 1;
}
server
{
if ( $trusted_user ~ 0 ) {rewrite ^ https://example.com; }
}
In Domains > example.com > Apache & nginx Settings this is not possible.
I got error...
I have successfully configured roundcube for multiple domains on an ovh VPS where I have 4 running websites, each with it's own domain, by editing /usr/share/psa-roundcube/config/defaults.inc.php . However every time plesk updates or reconfigures mail services, this configuration file is...
Can you tell me a tip or a guide to configure this most skillful? I have a relatively large number of subdomains on my system
I would not like to create every single domain.
For example, a way to define a default directory for unconfigured domains? Then you could pass on the .htaccess...
Hi! :)
I've been working with servers and plesk for two years, but learning from tutorials.
Now I'm going to set up my own dedicated server, but I'm pretty scared about security.
There are tutorials that say I need to install ClamAV and RKhunter on my server, regardless of the security of...
How change/edit default Values for Horde
For new Mailboxes create the following file:
/usr/share/psa-horde/config/prefs.local.php
To configure the following preferences paste the code into the file.
File starts with
<?php
For all existing mailboxes can be modified by editing Horde...
We use nginx as a reverse proxy for directing the traffic of a subdomain to a specific port (11111 for example).
We can set this up in the nginx.conf file in the subdomains system config.
But always, when the subdomain is updated over plesk (when applying a new ssl certficate for instance)...
I'm using Let's Encrypt at Nextcloud, but I'm troubled with updating this.
It is the one that resembles my solution.
Unable to renew Let's Encrypt certificate: 403 Forbidden
But I don't seem to be able to use this method. I would like to know another method.
First, where is Let's Encrypt at...
I'm looking for a place to set the following items.
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
I'm using Nextcloud with nginx. It...
Hello Plesk pundits!
I am setting up a server managed by Plesk Onyx 17.0.17 Update #35 to deliver a Meteor app. The non-Plesk way of doing this would be to set up an nginx config file with content like this:
server {
listen 80;
server_name meteor.myserver.com;
# Tell Nginx and...
I have numerous websites and subdomains on a shared server ob Precison pros. I have identical php and html code on 5 different subdomain pages. The configurations for php settings (ver 5.3.3) on the server are identical as well. When I follow process through html submit and call php files, they...
Hello,
we are facing a problem where we can not find a suitable Solution.
We have magento2 installed with php fpm 7.0.16 and nginx.
No we have a config we need to insert. For now my thoughts were to change the nginx.conf in /var/www/vhosts/system/XXX/conf to:
server {
listen 80...
Hi all,
Plesk 12.5 / Apache 2.4 / Debian 8
Virtual Server: 4G RAM / 1 processor 2 cores
Nginx for static content.
It's a custom wordpress site, very well optimized (<180 ms generating a page) with many photos in each post.
Mid/High load: 250 users by minute
Any advise for best...
Hi,
I'm using Plesk Onyx with MySQL 5.5.53 for hosting a news site based on wordpress with WP Super Cache on a dedicated server with 32GB RAM and 2x250GB SSD RAID1. Can you give some advice for my.cnf for best performance? I have this settings for now:
join_buffer_size = 2M...
Hi,
I am new to this forum and I have a simple question. I have a customer running a domain on my host. He wants to use git for deploying his website. But he gets always access denied if he wants to create a git repo.
The Plesk administrator can create git repo for this site without a problem...