diff options
author | Badlop <badlop@process-one.net> | 2008-09-02 17:31:10 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-09-02 17:31:10 +0000 |
commit | df39f93b80e84f926d55044efb2e707d2ca658d0 (patch) | |
tree | 61298efa5b1d4a4f5b9ce5c5592c9ad3647d2cc7 /doc/guide.html | |
parent | * ChangeLog update. (diff) |
* doc/guide.tex: Fix mod_proxy configuration example
* doc/guide.html: Likewise
SVN Revision: 1560
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.html b/doc/guide.html index 960e8e6da..97e0f9248 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2364,8 +2364,8 @@ The simpliest configuration of the module: {access, proxy65_access, [{allow, proxy_users}, {deny, all}]}. {acl, admin, {user, "admin", "example.org"}}. -{shaper, normal, {maxrate, 10240}}. %% 10 Kbytes/sec -{access, proxy65_shaper, [{none, admin}, {normal, all}]}. +{shaper, proxyrate, {maxrate, 10240}}. %% 10 Kbytes/sec +{access, proxy65_shaper, [{none, admin}, {proxyrate, proxy_users}]}. {modules, [ |