• 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.

Recent content by laurent69

  1. L

    Disable Outlook or Thunderbird security warning

    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...
  2. L

    Disable Outlook or Thunderbird security warning

    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
  3. L

    Place the file in to the document root directory

    thank you :) cd var/www/vhosts/default/htdocs
  4. L

    Place the file in to the document root directory

    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?
  5. L

    nginx directives plesk 12.0 does not work

    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?
  6. L

    nginx directives plesk 12.0 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...
Back
Top