# Nginx Service Rate Limiting Configuration # Deploy to: /etc/systemd/system/nginx.service.d/rate-limit.conf # # Setup commands: # sudo mkdir -p /etc/systemd/system/nginx.service.d # sudo cp config/systemd/nginx.service.d/rate-limit.conf /etc/systemd/system/nginx.service.d/ # sudo systemctl daemon-reload # sudo systemctl restart nginx [Service] # Limit nginx connections LimitNOFILE=65536 LimitNPROC=4096