Explorar el Código

Merge branch 'develop' into staging

* develop:
  update typo3 config to work properly with a reverseProxy
ksieren hace 2 años
padre
commit
bf56c92d05
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      public/typo3conf/LocalConfiguration.php

+ 4 - 2
public/typo3conf/LocalConfiguration.php

@@ -15,6 +15,8 @@ return [
             'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash',
             'options' => [],
         ],
+        'lockSSL' => '0',
+        'cookieSecure' => '0',
     ],
     'DB' => [
         'Connections' => [
@@ -154,9 +156,9 @@ return [
             'unifiedPageTranslationHandling' => true,
             'yamlImportsFollowDeclarationOrder' => true,
         ],
-        'reverseProxyIP' => '213.239.225.120',
-        'reverseProxyHeaderMultiValue' => 'last',
+        'reverseProxyIP' => '*',
         'reverseProxySSL' => '*',
+        'reverseProxyHeaderMultiValue' => 'first',
         'sitename' => 'abi2021',
         'systemMaintainers' => [
             1,