From e70d36af2e8cb06569016c8e7721d54b6c699b0f Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Tue, 27 Sep 2022 16:18:28 +0200 Subject: [PATCH] . --- v2-varnish/Drupal/Drupal 8 | 2 +- v2-varnish/Drupal/Drupal 9 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2-varnish/Drupal/Drupal 8 b/v2-varnish/Drupal/Drupal 8 index 94984d1..9ca779b 100755 --- a/v2-varnish/Drupal/Drupal 8 +++ b/v2-varnish/Drupal/Drupal 8 @@ -1,4 +1,4 @@ -#{"rootDirectory":"web","phpVersion":"8.0","varnishCacheSettings":{"cacheLifetime":"604800","controller":"generic","excludes":["^\/admin\/"],"excludedParams":["__SID","noCache"]}} +#{"rootDirectory":"web","phpVersion":"8.0","varnishCacheSettings":{"cacheLifetime":"604800","controller":"drupal","excludes":["^\/admin\/"],"excludedParams":["__SID","noCache"]}} server { listen 8080; listen [::]:8080; diff --git a/v2-varnish/Drupal/Drupal 9 b/v2-varnish/Drupal/Drupal 9 index d0d202c..eeca9fc 100755 --- a/v2-varnish/Drupal/Drupal 9 +++ b/v2-varnish/Drupal/Drupal 9 @@ -1,4 +1,4 @@ -#{"rootDirectory":"web","phpVersion":"8.1","varnishCacheSettings":{"cacheLifetime":"604800","controller":"generic","excludes":["^\/admin\/"],"excludedParams":["__SID","noCache"]}} +#{"rootDirectory":"web","phpVersion":"8.1","varnishCacheSettings":{"cacheLifetime":"604800","controller":"drupal","excludes":["^\/admin\/"],"excludedParams":["__SID","noCache"]}} server { listen 8080; listen [::]:8080;