This website works better with JavaScript.
Explore
Help
Register
Sign In
mirror
/
docker-jitsi-meet
mirror of
https://github.com/jitsi/docker-jitsi-meet
Watch
2
Star
0
Fork
You've already forked docker-jitsi-meet
0
Code
Issues
Releases
Wiki
Activity
web: set charset as utf-8
Browse Source
pull/1420/head
Ben Banfield-Zanin
2 years ago
committed by
GitHub
parent
8660089eac
commit
c694a9e657
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
web/rootfs/defaults/meet.conf
2
web/rootfs/defaults/meet.conf
Unescape
Escape
View File
@ -8,6 +8,8 @@
server_name _;
server_name _;
charset utf8;
client_max_body_size 0;
client_max_body_size 0;
root /usr/share/jitsi-meet;
root /usr/share/jitsi-meet;
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mirror/docker-jitsi-meet
Title
Body
Create Issue