File tree Expand file tree Collapse file tree
.docker/images/nginx/helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Only cache binary files for 30 minutes. These are the default allowed file extensions uploads that are not images.
2- location ~* ^/sites/default/(files/(?!private/)).+\.(pdf|doc|docx|txt|xls|xlsx|csv|ppt|pptx|pps|ppsx|odt|ods|odp|mp3|mov|mp4|m4a|m4v|mpeg|avi|ogg|oga|ogv|weba|webp| webm)$ {
2+ location ~* ^/sites/default/(files/(?!private/)).+\.(pdf|doc|docx|txt|xls|xlsx|csv|ppt|pptx|pps|ppsx|odt|ods|odp|mp3|mov|mp4|m4a|m4v|mpeg|avi|ogg|oga|ogv|weba|webm)$ {
33 include /etc/nginx/conf.d/drupal/location_expires_prepend*.conf;
44
55 expires ${BINARY_FILES_EXPIRES:-1800s};
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ X_FRAME_OPTIONS=SAMEORIGIN
3535
3636# Set the version of GovCMS and Drupal Core to use - you can use a tag or branch reference (3.x-dev) here
3737# See https://github.com/govCMS/GovCMS/releases
38- GOVCMS_PROJECT_VERSION=3.13.1
38+ GOVCMS_PROJECT_VERSION=3.14.0
3939
4040# Set the Lagoon tag to use for the upstream dockerfiles (e.g. 20.12.0)
4141# See https://github.com/uselagoon/lagoon-images/releases
42- LAGOON_IMAGE_VERSION=24.5.1
42+ LAGOON_IMAGE_VERSION=24.6.0
4343
4444# Set the CLI image name
4545# Support both legacy (govcms8lagoon/govcms8) and newer (govcms/govcms) images.
You can’t perform that action at this time.
0 commit comments