Hi, I'm trying to setup a prestashop 1.7.8.x using the included docker-compose.yaml but behind traefik. traefik as reverse proxy manages the TLS part and then connects to the apache on your image using plain 80/tcp. unfortunately I get into a redirect loop to https://${PS_DOMAIN}/.
how can I disable that behavior?
update: it's worth mentioning that injecting a simple script the the following, works as intended and without redirect.
<?php phpinfo; ?>
and shows X-Forwarded-Proto being set to https