fix: add otf loading in nginx config

This commit is contained in:
hoellen 2024-10-16 11:59:25 +02:00
parent da2e5d91a8
commit 0ed34272f4

View File

@ -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;