fix: add otf loading in nginx config

This commit is contained in:
hoellen 2024-10-16 11:59:25 +02:00
parent ee98f35852
commit a5538adb2f

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;