mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-07 04:24:10 +01:00
f5475cae20
pacman/curl does not utilize HTTP/3, but it makes sense to enable regardless to ensure consistency. We self-host the authoritative nameservers for the geo domains, so the configuration has been tweaked to add the HTTPS DNS record for each geo domain. Ref #606
8 lines
200 B
YAML
8 lines
200 B
YAML
archweb_db_host: "{{ hostvars['archlinux.org']['wireguard_address'] }}"
|
|
|
|
# raise tcp window limits to 32MiB
|
|
tcp_rmem: "10240 87380 33554432"
|
|
tcp_wmem: "10240 87380 33554432"
|
|
|
|
nginx_enable_http3: true
|