• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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