Skip to content

Commit

Permalink
fix(nginx): upgrading proxy_pass HTTP version from 1.0 to 1.1 (#270)
Browse files Browse the repository at this point in the history
fixes #270
  • Loading branch information
Joxit committed Oct 7, 2022
1 parent c1f6c43 commit 4e5b768
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@
- Jason Tackaberry [@jtackaberry](/~https://github.com/jtackaberry)
- Maxime Loliée [@loliee](/~https://github.com/loliee)
- Enrico [@Enrico204](/~https://github.com/Enrico204)
- [@clyvari](/~https://github.com/clyvari)
2 changes: 1 addition & 1 deletion dist/docker-registry-ui.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ server {
#! if ($http_user_agent ~ "^(docker\/1\.(3|4|5(?!\.[0-9]-dev))|Go ).*$" ) {
#! return 404;
#! }
#! proxy_http_version 1.1;
#! ${NGINX_PROXY_HEADERS}
#! ${NGINX_PROXY_PASS_HEADERS}
#! proxy_pass ${NGINX_PROXY_PASS_URL};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "2.3.0",
"version": "2.3.1",
"scripts": {
"format": "npm run format-html && npm run format-js && npm run format-riot",
"format-html": "find src rollup rollup.config.js -name '*.html' -exec prettier --config .prettierrc -w --parser html {} \\;",
Expand Down

0 comments on commit 4e5b768

Please sign in to comment.