We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3414d7b commit 1f29132Copy full SHA for 1f29132
nginx/default.conf
@@ -31,7 +31,8 @@ server {
31
#! proxy_http_version 1.1;
32
#! ${NGINX_PROXY_HEADERS}
33
#! ${NGINX_PROXY_PASS_HEADERS}
34
-#! proxy_pass ${NGINX_PROXY_PASS_URL};
+#! set $registry_server "${NGINX_PROXY_PASS_URL}";
35
+#! proxy_pass $registry_server;
36
#! }
37
38
#error_page 404 /404.html;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docker-registry-ui",
3
- "version": "2.5.2",
+ "version": "2.5.3",
4
"type": "module",
5
"scripts": {
6
"format": "npm run format-html && npm run format-js && npm run format-riot",
0 commit comments