dinghy-http-proxy
dinghy-http-proxy copied to clipboard
the http proxy container that dinghy uses
hey been a while! I have a setup that has nginx > varnish > apache. when you hit `nginx.blah.docker`, it forces HTTPS because I tell it to: ``` server {...
We are using the webdevops/vagrant-docker-vm (https://github.com/webdevops/vagrant-docker-vm). In this VM the dinghy-http-proxy is in usage. My Problem: I get an "upstream sent too big header while reading response header from upstream,”...
I am using `docker-compose` for a web API. I am developing a javascript front-end in a separate `docker-compose` project. I found that `CORS` was not enabled for the API endpoint....
Is there a way to provide a custom nginx.tmpl file?
It would be great to add support for additional ports (that speak HTTP-ish). Specifically, I have quite a few projects that all want a "livereload" port. I currently just open...
Hey, I've set my docker container up, exposing ports 443 and 80 and everything is working fine with normal HTTP traffic. But following the SSL guide in the readme (creating...
How feasible would it be to allow each individual container to specify an alternate tld (instead of the default '.docker' one. I realize you can change the default but not...
There's now [installation instructions](https://github.com/codekitchen/dinghy-http-proxy/blob/master/README.md#os-x) for installing the proxy standalone on OS X, for use with Docker for Mac and the like. But an install script would be even better. For...
Fixes the following bugs/warnings. - Update `github.com/fsouza/go-dockerclient` version to `v1.9.0` and go verison to `1.24` - Fix env var format warning message for docker file ``` helios@helios:~/projects/dinghy-http-proxy$ docker build -t...
Hello @codekitchen ! Thank you for this project; I've been using this repository consistently over the last three years, and I'm trying to troubleshoot some recent issues I'm experiencing with...