mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Update nginx.conf
This commit is contained in:
parent
0679e6db3e
commit
6c892eb5b6
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ location ^~ __PATH__/ {
|
|||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
||||
client_max_body_size 200M;
|
||||
}
|
||||
|
||||
#https://geekgonecrazy.com/2022/05/30/rocketchat-and-the-matrix-protocol/
|
||||
|
|
Loading…
Add table
Reference in a new issue