mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-08-06 11:13:08 +02:00
Stop ignoring openssl upgrade on boxes that relies on rsync-ssl. The related upstream issue has been fixed: - https://github.com/RsyncProject/rsync/issues/869 - https://github.com/openssl/openssl/issues/30925 Relates to https://gitlab.archlinux.org/archlinux/infrastructure/-/issues/818
9 lines
219 B
YAML
9 lines
219 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
|
|
nginx_stream: true
|