• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

rate limit

  1. F

    Issue Rate Limit Subdomain

    My configuration currently looks like this: I have a domain e.g. example.com -> accesses httpdocs (/var/www/vhosts/example.com/httpdocs/) I also have a subdomain test.example.com -> also accesses httpdocs (/var/www/vhosts/example.com/httpdocs/) I now want to set a rate limit of 10 requests /...
  2. H

    Question Rate limiting on Ngnix

    How do I use Ngnix rate limits? limit_req_zone $binary_remote_addr zone=mylimit:10m rate=10r/s; server { location /login/ { limit_req zone=mylimit; proxy_pass http://my_upstream; } } in the additional Nginx directive of Plesk??? I just tried this... Server directory is...
Back
Top