[RESOLVED] Bandwidth limitation
Published: October 13, 2023 - 1:24 PM
Good morning,
I am using version 2.4 of wapt enterprise installed on Debian.
Windows client
At the nginx level, I want to limit the speed at which clients download packages and Windows updates. However, I don't want this to limit the speed during OS deployment.
In the configuration file /etc/nginx/sites-enabled/wapt.conf, on which location should I implement the limitation?
On the next rental?
Thank you in advance for your help.
I am using version 2.4 of wapt enterprise installed on Debian.
Windows client
At the nginx level, I want to limit the speed at which clients download packages and Windows updates. However, I don't want this to limit the speed during OS deployment.
In the configuration file /etc/nginx/sites-enabled/wapt.conf, on which location should I implement the limitation?
On the next rental?
Code: Select all
location /wads {
limite_rate xxx;
}
Thank you in advance for your help.