1
0
Fork 0
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:
Éric Gaspar 2022-07-08 20:11:59 +02:00
parent 0679e6db3e
commit 6c892eb5b6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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/