web: set charset as utf-8

This commit is contained in:
Ben Banfield-Zanin 2022-10-17 14:14:57 +01:00 committed by GitHub
parent 8660089eac
commit c694a9e657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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