add redis

This commit is contained in:
Tessier
2020-10-15 11:33:59 +02:00
parent 3a66ee825e
commit ebb5db14b5
5 changed files with 63 additions and 9 deletions
+1 -5
View File
@@ -109,7 +109,7 @@ AddEncoding gzip svgz
# VirtualDocumentRoot and the rewrite rules are not working properly.
# For example if your site is at http://example.com/drupal uncomment and
# modify the following line:
RewriteBase /
# RewriteBase /drupal
#
# If your site is running in a VirtualDocumentRoot at http://example.com/,
# uncomment the following line:
@@ -180,7 +180,3 @@ AddEncoding gzip svgz
# Disable Proxy header, since it's an attack vector.
RequestHeader unset Proxy
</IfModule>
#RewriteEngine On
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
-3
View File
@@ -4,9 +4,6 @@
# 'example.settings.local.php' file, which sits next to this file.
parameters:
http.response.debug_cacheability_headers: true
twig.config:
debug: true
auto_reload: true
services:
cache.backend.null:
class: Drupal\Core\Cache\NullBackendFactory