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 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
nginx.conf below:
[root@ufo cache]# cat /var/www/vhosts/system/domain/conf/nginx.conf
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
server {
listen IP.IP.IP.IP:443 ssl http2...
I've tried without HSTS, same error, clearly seems to be a Plesk BUG, since it's has also been documented in the links I've posted above.
As soon as I remove directives, delete cache from the server and in the browser, the photos disappear.
No, all lower cases.
Found this bug, related to WordPress, but I'm not running WordPress, so I can't use the workaround.
https://support.plesk.com/hc/en-us/articles/213395229...
Hi,
Trying to get Cache expiration to work on Plesk Obsidian, while using nginx and having no luck.
As soon as I apply the directives the images don't show anymore.
location ~* .(js|jpg|jpeg|gif|png|css|tgz|gz|rar|bz2|doc|pdf|ppt|tar|wav|bmp|rtf|swf|ico|flv|txt|woff|woff2|svg|ttf)$ {
expires...
Hi guys,
Trying to remove the support for TLS 1.0 and 1.1 and enable only 1.2 and 1.3.
So far I did the following:
[root@ufo cache]# plesk bin server_pref -u -ssl-protocols 'TLSv1.2 TLSv1.3'
SUCCESS: Server preferences are successfully updated
[root@ufo cache]# /usr/local/psa/bin/server_pref...
Hi guys,
I've been trying to get the Postfix and Dovecot work on SSL, following various HowTos posted here on the forum, using the input from HERE:
Thought it's best to start my own post, hopefully we can get a proper easy to follow tutorial on how to get this working.
So, I've chosen 1...
So I've done the changes as above and testing with http://www.checktls.com/perl/TestReceiver.pl
Any other ways to test it properly?
Need to adapt the settings / ports etc and try sending some mails again.
Let me just make sure I get this right:
1. /etc/postfix/certificates/mail.cherciu.com.certificate.crt should contain /usr/local/psa/var/modules/letsencrypt/etc/live/mail.cherciu.com/fullchain.pem
2. /etc/postfix/certificates/mail.cherciu.com.private.key should contain...
Right, tried the above settings, I get this:
Dec 2 22:39:14 ufo postfix/smtpd[75276]: warning: cannot get RSA private key from file /usr/local/psa/var/certificates/cert-v11T5R: disabling TLS support
Dec 2 22:39:14 ufo postfix/smtpd[75276]: warning: TLS library problem...
@UFHH01
So I've done the Postfix master.cf like below, that should cover your suggestions for the 1st domain, what do you think please?
The main.cf file looks like this:
Thanks a lot!
Thanks @UFHH01
Not worried about the webmail.domain.tld and not confusing it, was just looking into all SSL settings Plesk Onyx has, just updated from 12.5 today.
So, for Postfix I'll have a look at the links you've posted, thank you.
What should I do for Dovecot?
Thanks!