We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dc866 commit 56bd383Copy full SHA for 56bd383
image/base/etc/nginx/conf.d/discourse.conf
@@ -2,6 +2,8 @@
2
types {
3
text/csv csv;
4
application/wasm wasm;
5
+ font/ttf ttf;
6
+ font/otf otf;
7
}
8
9
upstream discourse {
@@ -48,7 +50,7 @@ server {
48
50
gzip_vary on;
49
51
gzip_min_length 1000;
52
gzip_comp_level 5;
- gzip_types application/json text/css text/javascript application/x-javascript application/javascript image/svg+xml application/wasm;
53
+ gzip_types application/json text/css text/javascript application/x-javascript application/javascript image/svg+xml application/wasm font/ttf font/otf;
54
gzip_proxied any;
55
56
server_name _;
0 commit comments