Nginx proxy container which increases the proxy buffer limits needed for some PHP applications.
$ docker build -t tim545/nginx-proxy-buffer .
$ docker run -d --name="nginx-proxy-buffer" --restart="always" -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock tim545/nginx-proxy-buffer
An example of the issues this container can fix can be found in this issue.
If you can see a way that this repo can be improved please make an issue or create a new pull request.