From a5538adb2fe0cb42e8ef23b7eb10f21db2b3f48b Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 16 Oct 2024 11:59:25 +0200 Subject: [PATCH] fix: add otf loading in nginx config --- rootfs/etc/nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/nginx/conf.d/default.conf b/rootfs/etc/nginx/conf.d/default.conf index a4f2944..6b53daf 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;