added registry as allowed origin in registry-ui
This commit is contained in:
@@ -4,7 +4,7 @@ log:
|
||||
http:
|
||||
addr: :5000
|
||||
headers:
|
||||
Access-Control-Allow-Origin: ["http://dcr.aetoskia.com"]
|
||||
Access-Control-Allow-Origin: ["http://dcr.aetoskia.com", "http://registry.aetoskia.com"]
|
||||
Access-Control-Allow-Methods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"]
|
||||
Access-Control-Allow-Headers: ["Authorization", "Content-Type"]
|
||||
Access-Control-Expose-Headers: ["Docker-Content-Digest"]
|
||||
|
Reference in New Issue
Block a user