Closed oxzman closed 2 weeks ago
What are you seeing when doing docker compose up
? Is the server starting regularly?
I'm not sure there is enough information here to help you out, but I'll give it a try.
ERR_CONNECTION_RESET
may mean that you are trying to access an http://
url using https://
. If I had a guess, your application is redirecting you from http://
to https://
which there isn't anything listening to https://
on your origin server.
ERR_TOO_MANY_REDIRECTS
I'd recommend using something like curl
to call the domain and see what it is redirecting you to. Browsers aren't really that great at this kind of debugging. I suspect you have a loop between https
and http
going on.
Closing this as it is most likely a result of application misconfiguration vs. a FrankenPHP issue.
What happened?
i am following this [https://frankenphp.dev/docs/production/](production docs) and want to deploy laravel app in VPS Ubuntu 20.04
i go to laravel root directory and create Dockerfile
then i create compose.yaml inside laravel root app too
as i am using cloudflare, i think dont need https connection to VPS.
when i access it using public ip it showing error on browser:
if access using domain pointing from cloudflare show error:
in cloudflare i am enable use HTTPS
Build Type
Docker (Alpine)
Worker Mode
Yes
Operating System
GNU/Linux
CPU Architecture
x86_64
PHP configuration
Relevant log output
No response