Corrige SSL : PS_SSL_ENABLED=1 sans EVERYWHERE pour que HTTPS fonctionne
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user