Skip to content

Commit

Permalink
fix: add otf loading in nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
hoellen committed Oct 18, 2024
1 parent ee98f35 commit a5538ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ server {
access_log off;
}

location ~ \.woff2?$ {
location ~ \.(otf|woff2)?$ {
try_files $uri /index.php$uri$is_args$args;
expires 7d;
access_log off;
Expand Down

0 comments on commit a5538ad

Please sign in to comment.