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,
I solved my problem.
I had a SSL certificate that was activated knew my server. I followed the recommendation Plesk putting in Outlook:
Incoming mail server: domaine.com
Outgoing mail server: domaine.com
The solution is:
Incoming mail server: server.com
Outgoing mail server...
Hello,
How can I do to send email without the security warning?
I want the clients sending mails no longer have a security warning.
I tried with SSL port 465
I tried with port 587 TLS> Mail settings for the entire server> Enable Send Message
Hello,
I need to place a file in the root of my server.
How should I do?
I tried:
SSH connection
wget ......
but the file is not in the right place
Where should I place it?
yes I changed the nginx.conf file
It works.
Purpose order plesk is to automate tasks. When I modify nginx directives that does not work I need to change the nginx.conf file
Why give the possibility to change the nginx directives if it does not work?
Hello,
I tried nginx directives in plesk 12.0 and it does not work.
I tried to enable gzip with nginx.
To work here you must change nginx.conf:
nano /etc/nginx/nginx.conf
uncomment the first two lines and then add the 3rd line:
gzip on;
gzip_disable “MSIE [1-6]\.(?!.*SV1)”;
gzip_types...