Skip to content

Commit

Permalink
Update sample nginx config web font formats (#290)
Browse files Browse the repository at this point in the history
Add woff2 and otf file extensions to the sample nginx config in the
ubuntu installation section of the docs since these are common web font
formats.
  • Loading branch information
anvit committed Jul 22, 2024
1 parent 31c1350 commit 3e83090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-manual/installation/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ contents in :file:`/etc/nginx/sites-available/atom`.
client_max_body_size 72M;
location ~* ^/(css|dist|js|images|plugins|vendor)/.*\.(css|png|jpg|js|svg|ico|gif|pdf|woff|ttf)$ {
location ~* ^/(css|dist|js|images|plugins|vendor)/.*\.(css|png|jpg|js|svg|ico|gif|pdf|woff|woff2|otf|ttf)$ {
}
Expand Down

0 comments on commit 3e83090

Please sign in to comment.