mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
add resolver setup to baseline configuration
This commit is contained in:
parent
087c1a6349
commit
21059f1360
@ -34,6 +34,9 @@ http {
|
|||||||
client_header_timeout 30s;
|
client_header_timeout 30s;
|
||||||
send_timeout 30s;
|
send_timeout 30s;
|
||||||
|
|
||||||
|
resolver [::1];
|
||||||
|
resolver_timeout 5s;
|
||||||
|
|
||||||
http2_max_concurrent_streams 32;
|
http2_max_concurrent_streams 32;
|
||||||
limit_conn_status 429;
|
limit_conn_status 429;
|
||||||
limit_conn_zone $binary_remote_addr zone=addr:10m;
|
limit_conn_zone $binary_remote_addr zone=addr:10m;
|
||||||
|
Loading…
Reference in New Issue
Block a user