Explorar el Código

web: set charset as utf-8

Ben Banfield-Zanin hace 2 años
padre
commit
c694a9e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      web/rootfs/defaults/meet.conf

+ 2 - 0
web/rootfs/defaults/meet.conf

@@ -8,6 +8,8 @@
 
 server_name _;
 
+charset utf8;
+
 client_max_body_size 0;
 
 root /usr/share/jitsi-meet;