I was wondering on the server how do I increase the amount of requests.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Droplets aren’t technically limited to a certain number of HTTP requests, so to speak. Your resources will dictate what your Droplet is capable of handling, so if you’re running low on resources and what you’re running on your Droplet can’t access what it needs, services can fail, thus preventing requests from going through.
If you’re seeing a specific error, please let us know. Otherwise, you can check the logs to see if there’s anything there that can help us to identify the issue.
tail -20 /var/log/nginx/error.log
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.