• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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