-
im getting ERR_SSL_PROTOCOL_ERROR
is there a way to server files with working ssl?
i want to use public ip or able to link it behind cloudflare with domain
is there env for custom crt?
-
## Issue description
I'm using render.com to expose service on Symfony with API Platform (running on free plan). I have managed to generate Dockerfile for that service so it build and deploy as e…
-
Hello!
On my servers, the entry point is **traefik** for all requests.
And then, depending on the domain, there is a redirection to a specific service.
I faced with a problem: **frankenphp** do…
-
With the [v1 release of FrankenPHP](https://laravel-news.com/frankenphp), it's looking pretty impressive.
The [static build](https://frankenphp.dev/docs/embed/) feature effectively allows you to de…
-
I'm currently using Swoole, but I'm guessing it's a similar issue for ReactPHP. Is there any direction on getting it working on an environment like this today? Or any plans to implement?
-
https://github.com/laravel/octane/pull/764#issuecomment-1883914525
As FrankenPHP has its own PHP, We can discard system level PHP install.
And start the app using`./frankenphp php-cli artisan octa…
-
Environment:
- mac M1
- sonoma 14.1.1
- brew
- docker 24.0.6 build ed223bc
Steps:
1. clone https://github.com/dunglas/symfony-docker
2. docker compose build --no-cache
Log:
https://app.wa…
-
Hello,
I would use with local tls, then I do doc TLS
makecert for server_name betle.test
mkcert -cert-file frankenphp/certs/tls.pem -key-file frankenphp/certs/tls.key "betle.test"
SERVER_NA…
-
### What happened?
I recently needed to run an nginx proxy which forwarded traffic to a FrankenPHP container. An example of my config is:
```
server {
listen 80;
location / {
p…
-
I encountered an issue while running my Laravel app using frankenphp.
The application works seamlessly with SQLite and MySQL, but when attempting to use PostgreSQL, I'm encountering the following …