Commit Graph

15 Commits

Author SHA1 Message Date
toinux dc9bdcbedd
fix(nginx): too big request header when cookie is defined (#356) 2024-03-10 11:09:21 +01:00
Joxit 7991442fce
fix: DNS name resolving not working in kubernetes (#339)
fixes #339
2023-10-17 02:39:38 +02:00
Joxit 1f2913248e
fix(docker): NGINX_PROXY_PASS_URL use long cache DNS resolution (#333)
fix #333
2023-09-23 00:25:28 +02:00
Joxit 0a6d08bfdd
ci: disable proxy request buffering (#282)
fixes #282
2023-01-22 20:53:12 +01:00
Joxit 4e5b768833
fix(nginx): upgrading proxy_pass HTTP version from 1.0 to 1.1 (#270)
fixes #270
2022-10-08 01:03:13 +02:00
Joxit 3a385fc08d
feat(nginx): add support for `proxy_pass_header` directive via `NGINX_PROXY_PASS_HEADER_*`
fixes #206
2021-11-08 05:28:39 +01:00
Joxit 1173453f72
feat: merge static version with latest and add license
BREAKING CHANGE: Now only one tag will be published: `latest`. This tag will include both the standard and latest version
2021-03-31 07:10:50 +02:00
Joe Bureau d87cd44a00
fix(docker): unexpected EOF errors when pulling large images (#152) 2020-10-25 01:21:55 +02:00
Joxit 8b7bd6cfb8
fix: Default value for NGINX_PROXY_HEADER_Host is $http_host
Remove the Proxy header from default.conf

fixes #113
2020-01-19 08:49:58 +01:00
Joxit 7716f8b44a
feat: Supports custom headers when the ui is used as proxy 2019-06-24 23:54:21 +02:00
Joxit 1321d9b573
fix: Unable to push image on non 80 port
resolves: #88
2019-06-22 10:47:37 +02:00
Joxit 14ca668d7f
Add `proxy_ssl_server_name` to nginx for strict SNI checking
Closes: #70
2019-02-07 12:24:50 +01:00
Olivier Nizet ace12d0ac8
Update with recommended values
- Disable client_max_body_size to avoid the error '403 Request Entity Too Large' which prevent uploading "big" images.
- Apply recommended settings by Docker (https://docs.docker.com/registry/recipes/nginx)
2018-06-13 13:23:09 +02:00
Anton Antonov c563f7dd4c
Fix `REGISTRY_URL` not working
Tested with nginx version `1.13.8` and  docker image `joxit/docker-registry-ui:static`
2018-02-14 15:47:22 +02:00
Joxit bf3e3c9fa8 Add REGISTRY_URL option for #25, this will avoid CORS errors 2018-01-25 18:39:47 +01:00