0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-25 16:28:05 +02:00

Compare commits

...

2 commits

Author SHA1 Message Date
Tommy
cbf17b9e8b
Merge 0ee1f1e7b3 into dd663d60c6 2024-11-08 14:23:51 +00:00
Tommy
0ee1f1e7b3 Update cache policy to match documentation
Signed-off-by: Tommy <contact@tommytran.io>
2024-10-13 13:27:27 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@ http {
}
}
location ~ \.woff2?$ {
location ~ \.(otf|woff2?)$ {
try_files $uri /index.php$request_uri;
expires 7d; # Cache-Control policy borrowed from `.htaccess`
access_log off; # Optional: Don't log access to assets

View file

@ -183,7 +183,7 @@ http {
}
}
location ~ \.woff2?$ {
location ~ \.(otf|woff2?)$ {
try_files $uri /index.php$request_uri;
expires 7d; # Cache-Control policy borrowed from `.htaccess`
access_log off; # Optional: Don't log access to assets