Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ All notable changes to this project will be documented in this file.
- Removed fixture length check from test.
- Added vitest for frontend unit tests.
- Updated infrastructure and image build for mono-repo.
- Fixed nginx static-file location to fall back to PHP so LiipImagineBundle can generate missing thumbnails (#370).

### NB! Prior to 3.x the project was split into separate repositories

Expand Down
1 change: 1 addition & 0 deletions infrastructure/nginx/etc/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ server {
expires 1y;
add_header Cache-Control "public, immutable";
access_log off;
try_files $uri /index.php$is_args$args;
}

# Screen client online check should just serve static files
Expand Down
Loading