update cors middleware after traefik update

This commit is contained in:
genofire 2021-09-28 04:01:09 +02:00
parent 537f0430f0
commit aca48837fa
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
[http.middlewares.corsAll.headers]
accessControlAllowHeaders = ["*", "authorization"]
accessControlAllowMethods= ["GET", "OPTIONS", "POST", "PUT", "DELETE"]
accessControlAllowOrigin = "*"
accessControlAllowOriginList = ["*"]
accessControlMaxAge = 100
addVaryHeader = true