0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-22 07:08:06 +02:00

Compare commits

...

2 commits

Author SHA1 Message Date
Tommy
d6502633cf
Merge 0ee1f1e7b3 into 2f4de23ea1 2024-12-15 16:53:07 +01: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