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

Compare commits

...

2 commits

Author SHA1 Message Date
Tommy
fb4797379b
Merge 0ee1f1e7b3 into 85eb58a828 2025-01-04 14:29:01 +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