Set Upload/Download Speed & Concurrent Connections By User Type On Nginx

vanzi

Member
YetiShare User
YetiShare Supporter
Oct 19, 2019
58
8
8
Hi Adam,
I followed this guide to set the limits but I believe there is an error in "limit rate" which should be "limit_rate". after this an error might come out like this:

Invalid nginx configuration: nginx: [emerg] zero size shared memory zone "addr" nginx:

to solve the error you need to set the value:

limit_conn_zone $binary_remote_addr zone=addr:10m;

in the general settings of Nginx