-
I built a hello world container to test it out in the hopes of using FrankenPHP in production, but I'm stuck with no clear ideas on how to fix this. I have a container running on AWS Fargate. For debugging purposes, I placed it on a public subnet with auto-assign IP. When I use the Public IP, the webserver works flawlessly and I get the welcome page from Laravel (HTTP-only). When I use a DNS, it routes to Route 53, which points to an Application Load Balancer. The ALB has an HTTPS Listener that performs SSL termination and matches a Listener Rule for my Target Group using the Host Header. Any suggestions would be welcomed. Additional information that may be relevant. Dockerfile:
Supervisord configuration:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you try to set the |
Beta Was this translation helpful? Give feedback.
I had tried that, it didn't change anything, but I found the issue: https://blog.deleu.dev/frankenphp-502-bad-gateway-behind-aws-alb/