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:
Anton Antonov 2018-02-14 15:47:22 +02:00 committed by GitHub
parent bf3e3c9fa8
commit c563f7dd4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,7 @@ server {
}
#! location /v2 {
#! set $upstream ${REGISTRY_URL};
#! proxy_pass $upstream;
#! proxy_pass ${REGISTRY_URL};
#! }
#error_page 404 /404.html;