Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ganil-acq
GANILinux
linux-service
library
mongoose
Commits
b941dcd5
Commit
b941dcd5
authored
11 years ago
by
Sergey Lyubka
Browse files
Options
Downloads
Patches
Plain Diff
Removed throttle option
parent
b7adf9b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/Options.md
+0
-20
0 additions, 20 deletions
docs/Options.md
with
0 additions
and
20 deletions
docs/Options.md
+
0
−
20
View file @
b941dcd5
...
@@ -79,26 +79,6 @@ command on a server, and show command's output. Example:
...
@@ -79,26 +79,6 @@ command on a server, and show command's output. Example:
For more information on Server Side Includes, take a look at the Wikipedia:
For more information on Server Side Includes, take a look at the Wikipedia:
[
Server Side Includes
](
http://en.wikipedia.org/wiki/Server_Side_Includes
)
[
Server Side Includes
](
http://en.wikipedia.org/wiki/Server_Side_Includes
)
### throttle
Limit download speed for clients.
`throttle`
is a comma-separated
list of key=value pairs, where key could be:
* limit speed for all connections
x.x.x.x/mask limit speed for specified subnet
uri_prefix_pattern limit speed for given URIs
The value is a floating-point number of bytes per second, optionally
followed by a
`k`
or
`m`
character, meaning kilobytes and
megabytes respectively. A limit of 0 means unlimited rate. The
last matching rule wins. Examples:
*=1k,10.0.0.0/8=0 limit all accesses to 1 kilobyte per second,
but give connections from 10.0.0.0/8 subnet
unlimited speed
/downloads/=5k limit accesses to all URIs in `/downloads/` to
5 kilobytes per secods. All other accesses are unlimited
### access\_log\_file
### access\_log\_file
Path to a file for access logs. Either full path, or relative to current
Path to a file for access logs. Either full path, or relative to current
working directory. If absent (default), then accesses are not logged.
working directory. If absent (default), then accesses are not logged.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment