nginx-proxy
nginx-proxy copied to clipboard
Docker container for automatically creating nginx configuration based on active services in docker host.
I'd like the ability to solve the challenge with either an automated or manual TXT record in the DNS for my domains. This will allow for provisioning of valid certificates...
I'm wondering why nginx-proxy is resolving proxy_pass as IP but not service alias name? It looks like I have issues with nginx-proxy on multi node swarm setup
I'm getting connection timed out on mattermost behind the nginx proxy. -e 'VIRTUAL_HOST1=wss://{MY_SERVER}/api/v4/websocket -> :8000 ; I'm using the above argument. My guess is that this is something that has...
is it possible to configure sticky sessions?
By convention the certificates for wildcard need to be named `*.mydomain.tld.crt` - This works fine in mac and linux, but not on windows. suggestion: allow names like `__STAR__.mydomain.tld.crt` ?
I opened #9 , which fixes the immediate problem, but I'm seeing ``` 441e28f31fd7: Retrying in 1 second ``` and ``` blob upload unknown ``` when I push to docker...
Docker version 20.10.17, build 100c701 ``` .........................................................++*++*++*++* [ERROR]Couldn't determine container ID of this container: ('list index out of range',) Is it running in docker environment? Falling back to default network...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1. Release notes Sourced from pycryptodome's releases. v3.19.1 - Zeil Resolved issues Fixed a side-channel leakage with OAEP decryption that could be exploited to carry...
### Relevant log ``` location /api/ { - client_max_body_size 200M; - proxy_pass http://10.0.2.158:8080/api/; + client_max_body_size 200M; + client_max_body_size 400M; + client_max_body_size 0; + proxy_pass http://10.0.2.167:8080/api/; proxy_redirect $scheme://$http_host/api/ $scheme://$http_host/api/; } location...