Increase public limit
This commit is contained in:
parent
1c9884e604
commit
42696954f3
@ -31,6 +31,7 @@ maxretry = 10
|
|||||||
[web-dol-limitpublic]
|
[web-dol-limitpublic]
|
||||||
|
|
||||||
; rule to add rate limit on some public pages
|
; rule to add rate limit on some public pages
|
||||||
|
; note you must keep enough for public access like agenda export, emailing trackers, stripe ipn access, ...
|
||||||
enabled = true
|
enabled = true
|
||||||
port = http,https
|
port = http,https
|
||||||
filter = web-dolibarr-limitpublic
|
filter = web-dolibarr-limitpublic
|
||||||
@ -38,5 +39,5 @@ logpath = /mypath/documents/documents/dolibarr.log
|
|||||||
action = %(action_mw)s
|
action = %(action_mw)s
|
||||||
bantime = 86400 ; 1 day
|
bantime = 86400 ; 1 day
|
||||||
findtime = 86400 ; 1 day
|
findtime = 86400 ; 1 day
|
||||||
maxretry = 500
|
maxretry = 1000
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user