Skip to content

Commit 4e5b768

Browse files
committed
fix(nginx): upgrading proxy_pass HTTP version from 1.0 to 1.1 (#270)
fixes #270
1 parent c1f6c43 commit 4e5b768

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
- Jason Tackaberry [@jtackaberry](https://github.com/jtackaberry)
4040
- Maxime Loliée [@loliee](https://github.com/loliee)
4141
- Enrico [@Enrico204](https://github.com/Enrico204)
42+
- [@clyvari](https://github.com/clyvari)

dist/docker-registry-ui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nginx/default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ server {
2626
#! if ($http_user_agent ~ "^(docker\/1\.(3|4|5(?!\.[0-9]-dev))|Go ).*$" ) {
2727
#! return 404;
2828
#! }
29+
#! proxy_http_version 1.1;
2930
#! ${NGINX_PROXY_HEADERS}
3031
#! ${NGINX_PROXY_PASS_HEADERS}
3132
#! proxy_pass ${NGINX_PROXY_PASS_URL};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-registry-ui",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"scripts": {
55
"format": "npm run format-html && npm run format-js && npm run format-riot",
66
"format-html": "find src rollup rollup.config.js -name '*.html' -exec prettier --config .prettierrc -w --parser html {} \\;",

0 commit comments

Comments
 (0)