mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-09-22 05:14:47 -04:00
set a max connection limit to synapse from nginx
This commit is contained in:
parent
cdcd278394
commit
27934d8d58
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ http {
|
|||
aio_write on;
|
||||
|
||||
upstream backend {
|
||||
server [::1]:8008 fail_timeout=1s;
|
||||
zone backend 32k;
|
||||
server [::1]:8008 max_conns=4096 fail_timeout=1s;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue