Answer the question
In order to leave comments, you need to log in
nginx. How to properly limit upload speed?
Good afternoon.
How to properly limit upload speed?
/var/www/ contains several hosts from which clients download constantly.
You just need to limit the upload speed without listing all the hosts in the location. It is possible at the server level.
So?
server {
limit_rate 512k;
}
http {
limit_rate 512k;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question