copr: fe: block 192.47.255.254 ip
Temporary hotfix to not forget about this... This IP repeatedly re-downloads the list of packages from the largest copr repository, which unnecessarily overloads frontend.
This commit is contained in:
parent
8c96b12e65
commit
a08c1a9ffb
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
||||||
</LocationMatch>
|
</LocationMatch>
|
||||||
<LocationMatch "^/coprs/.*/packages/">
|
<LocationMatch "^/coprs/.*/packages/">
|
||||||
WSGIProcessGroup packages
|
WSGIProcessGroup packages
|
||||||
|
<RequireAll>
|
||||||
|
Require all granted
|
||||||
|
Require not ip 192.47.255.254
|
||||||
|
</RequireAll>
|
||||||
</LocationMatch>
|
</LocationMatch>
|
||||||
|
|
||||||
#ErrorLog logs/error_coprs
|
#ErrorLog logs/error_coprs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue