Commit Graph

10 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé
03b6ca24f2 web: remove no longer needed mime type definition
It's built-in now.
2024-03-22 23:37:31 +01:00
Saúl Ibarra Corretgé
53b2654556 web: auto-detect nginx resolver
Take it from /etc/resolv.conf in case it wasn't provided via the env
variable.

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1430
2022-11-03 14:03:13 +01:00
BinaryWizard904
4372717dc3 web: add support for wav files to nginx default
Nginx does not define a mime type for wav files by default.  This causes Firefox to refuse to load these files.
Bu adding this mime type, we can ensure that Firefox plays back all interface sounds by default.
Issue is further described in: https://github.com/jitsi/jitsi-meet/issues/11860
2022-07-14 21:53:58 +02:00
Saúl Ibarra Corretgé
0cbfbfd6cb web: don't proxy HTTP traffic to WS endpoints
A 405 is returned if there is no upgrade request.
2022-06-14 11:28:33 +02:00
Mark
6a4887d7fc web: use env variables to set worker processes and connections
Use 2 new environment variables to allow setting the number of nginx worker processes and connections. Add the variables to the docker-compose file and to the nginx-conf where default values are also set.
2020-12-09 00:30:57 +01:00
Saúl Ibarra Corretgé
81103362b5 web: add ability to configure the nginx resolver 2020-10-02 16:45:21 +02:00
Jakub Onderka
125775a737 web: fix WASM MIME type 2020-04-22 10:52:53 +02:00
Jakub Onderka
e70975e692 web: enable GZIP compression for more file types 2020-04-22 10:51:58 +02:00
Amin Vakil
b95c95de0e web: improve nginx configuration
* Enable http2 by default
* Disable server_tokens by default
2020-04-15 12:09:28 +02:00
Saúl Ibarra Corretgé
467a149cbb Initial import 2018-03-14 10:23:50 +01:00