diff --git a/rootfs/etc/nginx/conf.d/default.conf b/rootfs/etc/nginx/conf.d/default.conf index 0e0928f..af2bde4 100644 --- a/rootfs/etc/nginx/conf.d/default.conf +++ b/rootfs/etc/nginx/conf.d/default.conf @@ -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;