How to setup nginx handle 100 request per second ?
-
Right now i have a problem is my laragon nginx cant handle 100 request per second while my nginx server on MacOS can easy to handle, i wanna ask any suggestion on that ?
ps: sorry for my very bad english
-
@huynguyen1310 : Open Menu > Nginx > nginx.conf, then add:
worker_processes 2; worker_connections 2048;