dashboard and cors fixes
This commit is contained in:
@@ -12,9 +12,17 @@ http:
|
||||
|
||||
dcr-cors:
|
||||
headers:
|
||||
accessControlAllowOrigin: "http://registry.aetoskia.com"
|
||||
accessControlAllowMethods: "GET, POST, PUT, DELETE, OPTIONS"
|
||||
accessControlAllowHeaders: "Authorization, Content-Type"
|
||||
accessControlAllowOriginList:
|
||||
- "http://registry.aetoskia.com"
|
||||
accessControlAllowMethods:
|
||||
- GET
|
||||
- POST
|
||||
- PUT
|
||||
- DELETE
|
||||
- OPTIONS
|
||||
accessControlAllowHeaders:
|
||||
- Authorization
|
||||
- Content-Type
|
||||
accessControlMaxAge: 1728000
|
||||
|
||||
routers:
|
||||
@@ -23,7 +31,7 @@ http:
|
||||
rule: "Host(`traefik.aetoskia.com`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: traefik-svc
|
||||
service: api@internal
|
||||
tls:
|
||||
certResolver: aetoskia
|
||||
middlewares:
|
||||
|
||||
Reference in New Issue
Block a user