Welcome!
Log In
Create A New Profile
Home
>
Mailing Lists
>
Nginx Mailing List - English
> Topic
Advanced
limit_rate dynamically using $arg - security
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Previous Message
Next Message
Forum List
Message List
New Topic
Print View
shoshomiga
April 04, 2012 04:40PM
Registered: 12 years ago
Posts: 3
I've been looking for a way to limit videos to their bitrate to save bandwidth and I've come up with this code
if ($arg_LIMITSPEED) {
set $limit_rate $arg_LIMITSPEED;
}
It works but I would like to know if this code would be secure to use on a production server.
I am not worried about users setting their LIMITSPEED high on their own because I am limiting speeds at the network level as well.
Reply
Quote
RSS
Subject
Author
Posted
limit_rate dynamically using $arg - security
shoshomiga
April 04, 2012 04:40PM
Re: limit_rate dynamically using $arg - security
Jonathan Matthews
April 04, 2012 05:34PM
Re: limit_rate dynamically using $arg - security
shoshomiga
April 05, 2012 07:26AM
Re: limit_rate dynamically using $arg - security
Maxim Dounin
April 05, 2012 10:46AM
Re: limit_rate dynamically using $arg - security
shoshomiga
April 05, 2012 11:06AM
Online Users
Guests: 84
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024