mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Bump maxconns to 5000 and disable keepalive for geoip and mirrorlist
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
KeepAlive off
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
RewriteRule ^/city(.*) {{proxyurl}}/city$1 [P,L]
|
||||
|
||||
@@ -21,7 +21,7 @@ defaults
|
||||
option httpclose
|
||||
option redispatch
|
||||
retries 3
|
||||
maxconn 2000
|
||||
maxconn 5000
|
||||
timeout connect 5s
|
||||
timeout client 500s
|
||||
timeout server 500s
|
||||
|
||||
@@ -21,7 +21,7 @@ defaults
|
||||
option httpclose
|
||||
option redispatch
|
||||
retries 3
|
||||
maxconn 2000
|
||||
maxconn 5000
|
||||
timeout connect 5s
|
||||
timeout client 500s
|
||||
timeout server 500s
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
KeepAlive off
|
||||
|
||||
Alias /mirrorlists /var/lib/mirrormanager/mirrorlists/
|
||||
Alias /publiclist /var/lib/mirrormanager/mirrorlists/publiclist/
|
||||
Alias /static /var/lib/mirrormanager/mirrorlists/static/
|
||||
|
||||
Reference in New Issue
Block a user