mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-12-15 16:09:07 -05:00
add resolver setup to baseline configuration
This commit is contained in:
parent
087c1a6349
commit
21059f1360
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ http {
|
|||
client_header_timeout 30s;
|
||||
send_timeout 30s;
|
||||
|
||||
resolver [::1];
|
||||
resolver_timeout 5s;
|
||||
|
||||
http2_max_concurrent_streams 32;
|
||||
limit_conn_status 429;
|
||||
limit_conn_zone $binary_remote_addr zone=addr:10m;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue