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

  1. M

    postfix sender_bcc

    [HOW CAN I REMOVE / TOGGLE AUTO-FORMATTING - I.E. NO AUTO [ [email protected], FOR INSTANCE ] TAGS PLEASE!]
  2. M

    postfix sender_bcc

    It works. I will edit the OP (in the body of this post) to clarify: Plesk version 12.5.30 / CentOS 7 All actions performed as root: 1. nano /etc/postfix/main.cf # sender_bcc sender_bcc_maps = hash:/etc/postfix/sender_bcc 2. nano /etc/postfix/sender_bcc [email protected] [email protected] 3...
  3. M

    http to https redirect (12.08 / CentOS 7)

    ...to complement my earlier reply - I'll refer to: https://talk.plesk.com/threads/nginx-redirect-to-https.334549/ Because I chose "none" in my preferred-domain hosting settings... ...Plesk might not have automatically added the (https or any) redirects. Therefore, I might want to try...
  4. M

    http to https redirect (12.08 / CentOS 7)

    UFHH01! I hear you - and thank you for the roadmap - through which I think I've been able to identify the key files and directives. The point at which I lose my way - is "how" to deploy the directive? I've found the template: nginxSeoSafeRedirects.php I've located the directives within the...
  5. M

    http to https redirect (12.08 / CentOS 7)

    UFHH01! Thank you for the reply. I want to follow best practices, here - I am not interested in adding more directives than are required. Can you pass along some guidance as to how I would "wake" those already-included (apache and nginx) directives? EDIT: Upon cursory glance of a few template...
  6. M

    http to https redirect (12.08 / CentOS 7)

    [PLESK VERSION SHOULD READ 12.0.18] I would like to add a return statement to nginx_ip_default.conf, as shown, to redirect http traffic to https: server { listen 12.34.56.78:80 default_server; server_name domain.com; server_name www.domain.com; server_name ipv4.domain.com; return 301...
  7. M

    extracting data from password protected backup files

    With reference to the methods described in this kb article: http://kb.odin.com/en/1757 and, perhaps related to: https://talk.plesk.com/threads/plesk-12-x-x-backup-manager-encryption-security-issue.334691/ How would one go about manually extracting data from a password protected (plesk...
  8. M

    postfix sender_bcc

    Hello! Given the following configuration within plesk 12.0.18 (centos7): /etc/postfix/sender_bcc # contents [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] /etc/postfix/main.cf # at the end of the file sender_bcc_maps = hash:/etc/postfix/sender_bcc #...
Back
Top