• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Issue Plesk panel action log behind proxy

Martin_Sauer

Regular Pleskian
Plesk Onyx on CentOS

An nginx proxy is in front of the plesk login:
https://login.mydomain.tld <=> https://localhost:8443 via proxy_pass

Code:
        location / {
                proxy_pass https://myIP-address:8443;
                proxy_set_header Host             $host;
                proxy_set_header X-Real-IP        $remote_addr;
                proxy_set_header X-Forwarded-For  $proxy_add_x_forwarded_for;
        }

It works smooth and nice, except the panel-log /var/log/plesk/panel.log only shows the proxy-IP, not the requesting client IP. As a result Fail2Ban is unable to examine attacks.

Any solution?

Question 2: Plesk is sending E-Mails to new accounts (customer, Reseller,...) - How can I change the E-Mail cotnent to match different login details?
 
Back
Top