Skip to content

Commit e41d6cf

Browse files
authored
Merge pull request #27 from syndbg/patch-2
Fix `REGISTRY_URL` not working
2 parents bf3e3c9 + c563f7d commit e41d6cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nginx/default.conf

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ server {
1111
}
1212

1313
#! location /v2 {
14-
#! set $upstream ${REGISTRY_URL};
15-
#! proxy_pass $upstream;
14+
#! proxy_pass ${REGISTRY_URL};
1615
#! }
1716

1817
#error_page 404 /404.html;

0 commit comments

Comments
 (0)