mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-08-17 11:26:28 +00:00
Fix REGISTRY_URL not working
Tested with nginx version `1.13.8` and docker image `joxit/docker-registry-ui:static`
This commit is contained in:
+1
-2
@@ -11,8 +11,7 @@ server {
|
||||
}
|
||||
|
||||
#! location /v2 {
|
||||
#! set $upstream ${REGISTRY_URL};
|
||||
#! proxy_pass $upstream;
|
||||
#! proxy_pass ${REGISTRY_URL};
|
||||
#! }
|
||||
|
||||
#error_page 404 /404.html;
|
||||
|
||||
Reference in New Issue
Block a user