Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to serve static files locally with fastcgi upstream #1342

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

TheLastProject
Copy link

The idea of this pull request is to allow only sending a chosen list of extensions upstream, so that this container could serve static files itself and only make upstream (PHP-FPM for example) deal with the non-static files.

I have only tested this with fastcgi and PHP-FPM as upstream, but it works quite well here.

@TheLastProject TheLastProject changed the title Make it possible to server static files locally with fastcgi upstream Make it possible to serve static files locally with fastcgi upstream Oct 8, 2019
@LittleHuba
Copy link

Would it be possible to merge this PR? Currently FastCGI is not really usable in any practical way.

@GunoH
Copy link

GunoH commented Apr 14, 2021

Hoping this get merged soon; would like to use FastCGI backends but having no success :(

@buchdag buchdag added kind/feature-request Issue requesting a new feature status/pr-needs-tests This PR needs new or additional test(s) labels Apr 14, 2021
@buchdag buchdag added type/feat PR for a new feature and removed kind/feature-request Issue requesting a new feature labels Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/pr-needs-tests This PR needs new or additional test(s) type/feat PR for a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants