mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-19 12:09:21 +00:00
fix: add otf loading in nginx config
This commit is contained in:
parent
da2e5d91a8
commit
0ed34272f4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user