This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
github-mirror
/
docker-jitsi-meet
mirror da
https://github.com/jitsi/docker-jitsi-meet
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
web: set charset as utf-8
Ben Banfield-Zanin
2 anni fa
parent
8660089eac
commit
c694a9e
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
web/rootfs/defaults/meet.conf
+ 2
- 0
web/rootfs/defaults/meet.conf
Vedi File
@@ -8,6 +8,8 @@
server_name _;
+charset utf8;
+
client_max_body_size 0;
root /usr/share/jitsi-meet;