This website works better with JavaScript
Home
Explore
Help
Sign In
github-mirror
/
docker-jitsi-meet
mirror of
https://github.com/jitsi/docker-jitsi-meet
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
web: set charset as utf-8
Ben Banfield-Zanin
2 years ago
parent
8660089eac
commit
c694a9e
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
web/rootfs/defaults/meet.conf
+ 2
- 0
web/rootfs/defaults/meet.conf
View File
@@ -8,6 +8,8 @@
server_name _;
+charset utf8;
+
client_max_body_size 0;
root /usr/share/jitsi-meet;