• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. 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...
  2. 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: http://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...
  3. 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