2020-11-27 12:39:51 +01:00
|
|
|
[http.middlewares.httpsRedirect.redirectScheme]
|
|
|
|
scheme = "https"
|
|
|
|
permanent = true
|
2020-11-27 14:47:45 +01:00
|
|
|
|
2020-11-27 12:53:00 +01:00
|
|
|
[http.middlewares.corsAll.headers]
|
2020-11-27 14:47:45 +01:00
|
|
|
accessControlAllowHeaders = ["*", "authorization"]
|
|
|
|
accessControlAllowMethods= ["GET", "OPTIONS", "POST", "PUT", "DELETE"]
|
2021-09-28 04:01:09 +02:00
|
|
|
accessControlAllowOriginList = ["*"]
|
2020-11-27 13:48:46 +01:00
|
|
|
accessControlMaxAge = 100
|
|
|
|
addVaryHeader = true
|