Corrige SSL : PS_SSL_ENABLED=1 sans EVERYWHERE pour que HTTPS fonctionne
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- PS_SSL_ENABLED=0 causait la redirection HTTPS->HTTP par PrestaShop
- PS_SSL_ENABLED=1 : HTTPS fonctionne
- PS_SSL_ENABLED_EVERYWHERE=0 : admin accessible aussi en HTTP
- Re-ajoute PS_ENABLE_SSL:1 dans compose pour les URLs https:// via Fabio

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
syoul
2026-03-20 16:54:18 +01:00
parent 70c8e55729
commit 8e07544280
2 changed files with 6 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ services:
ADMIN_PASSWD: ${PRESTASHOP_ADMIN_PASSWORD}
PS_INSTALL_AUTO: "1"
PS_ERASE_DB: "0"
# Fabio termine TLS et passe X-Forwarded-Proto:https -> PrestaShop genere des URLs https://
PS_ENABLE_SSL: "1"
volumes:
- ps_data:/var/www/html
labels: