This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
github-mirror
/
docker-jitsi-meet
mirror of
https://github.com/jitsi/docker-jitsi-meet
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
web: set charset as utf-8
Ben Banfield-Zanin
2 năm trước cách đây
mục cha
8660089eac
commit
c694a9e
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
web/rootfs/defaults/meet.conf
+ 2
- 0
web/rootfs/defaults/meet.conf
Xem Tập Tin
@@ -8,6 +8,8 @@
server_name _;
+charset utf8;
+
client_max_body_size 0;
root /usr/share/jitsi-meet;