update cors middleware after traefik update
This commit is contained in:
parent
537f0430f0
commit
aca48837fa
|
@ -5,6 +5,6 @@
|
|||
[http.middlewares.corsAll.headers]
|
||||
accessControlAllowHeaders = ["*", "authorization"]
|
||||
accessControlAllowMethods= ["GET", "OPTIONS", "POST", "PUT", "DELETE"]
|
||||
accessControlAllowOrigin = "*"
|
||||
accessControlAllowOriginList = ["*"]
|
||||
accessControlMaxAge = 100
|
||||
addVaryHeader = true
|
||||
|
|
Loading…
Reference in New Issue