Conversation
|
how to deal with that if we're storing files in AWS S3-like storages? |
|
It looks like this is missing sending the X-Accel-Mapping header that Symfony needs to generate the correct redirect. |
|
@nicolas-grekas If I am understanding correctly, this is a header sent from the webserver to PHP? |
|
@withinboredom correct, to advertise the mapping between URL prefix and internal path. |
|
I think this is doable, just needs to be documented. I'll take a look later today. |
|
@nicolas-grekas it's not necessary because we change the root directory (see also dunglas/frankenphp-demo#28) |
aleho
left a comment
There was a problem hiding this comment.
This works for me with the latest Docker container.
I just noticed a few "problems" when using Symfony.
|
What problems did you have? |
Only my comments on the review. And one of them turned out to be wrong assumptions on my end anyway. |
|
With this simple config: Each response produces this error output: Can anyone confirm / reproduce that? FrankenPHP: |
13ba626 to
b03a0a6
Compare
b03a0a6 to
9e12c20
Compare
Closes #884.
Needs caddyserver/caddy#6429.