docker: allow requests via libpod and skopeo
This commit is contained in:
@@ -318,10 +318,7 @@ server {
|
||||
}
|
||||
|
||||
location @proxy-auth-login {
|
||||
if ($http_user_agent ~* "docker") {
|
||||
return 401;
|
||||
}
|
||||
if ($http_user_agent ~* "container") {
|
||||
if ($http_user_agent ~* "docker|container|libpod|skopeo") {
|
||||
return 401;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user