79617566

Date: 2025-05-12 09:46:18
Score: 0.5
Natty:
Report link

Founded the solution, the problem that there was a loop with the CMS I used (i.e. TYPO3), I also had to configure the reverse proxy in TYPO3.

Use this configuration:

$GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxySSL'] = '*';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxyIP'] = '*';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxyHeaderMultiValue'] = 'first';
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Florian Rival