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.
We value your experience with Plesk during 2024 Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024. Please take this short survey: https://pt-research.typeform.com/to/AmZvSXkx
The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.
Hey,
How can I remove this piece of code from "/var/www/vhosts/system/DOMAIN/conf/nginx.conf"?
location ~ /$ {
index "index.html" "index.cgi" "index.pl" "index.php" "index.xhtml" "index.htm" "index.shtml";
}
Hey,
I have website in Symfony framework and to make it work I need to update nginx config.
Config should look like this(+-):
server {
server_name domain.tld www.domain.tld;
root /var/www/project/public;
location / {
# try to serve file directly, fallback to index.php...
Hi,
Why there is an option in UI to specify host that can connect to db remotely if we still have to use this tutorial How to enable remote access to MySQL database server in Plesk to grant that user the access?
Because I tried to grant access to my IP in UI but access was restricted until I...
Hi,
I have a problem with ModSecurity.
I activated ModSecurity +- a week ago(didn't change anything).
Now I'm getting this error: Authorization failed attempting to download an update
I've checked config file and there is username and password generated by plesk
USERNAME="plesk_global_unpaid"...
Hi,
I'd like to ask, how are you dealing with spam like "viagra pills, sun glasses(fake ones), etc.." and spam that has image in body instead of text?
How yours spamassassin settings looks like?
Which blackholes are you using? Mine...
Hi,
I have a problem with roundcube.
I've set Lest Encrypt Certificate as "Certificate for securing mail" in "SSL/TLS Certificates".
And now I'm getting this error in roundcube.
OS: Centos7
After a while browser started to show error like "Website is down or has been moved". Had to remove Protocols h2 http/1.1 to make website work again. 0 errors(just some notices and warnings) in apache error_log :/
//Also tried to stop nginx
Found something in...
Hi,
First of all @Mark thanks of the tutorial.
Got 7 errors but plesk repair fixed everything so thats cool. I've created vhost_ssl.conf and enabled http2 then restarted apache.
Seems like http2 on apache still doesn't work.
If I check http2 online for example here HTTP/2 Test | A simple...
Hi,
I've implemented nginx leverage browser caching, but after that my website stopped showing styles, images, etc.., only html left and loading time increased from 1.5s to +-10s.
Code:
location ~*...
Hi,
I have a problem with redirecting.
In hosting settings I've setup Preferred domain to domain without www.
But now it redirect everything with www to homepage.
How can make it to redirect to the same page just without www?
Now it's working like this: www.domain.com/some-url -> domain.com...