2020-11-27 12:39:51 +01:00
|
|
|
[http.middlewares.httpsRedirect.redirectScheme]
|
|
|
|
scheme = "https"
|
|
|
|
permanent = true
|
2020-11-27 12:53:00 +01:00
|
|
|
[http.middlewares.corsAll.headers]
|
2020-11-27 13:48:46 +01:00
|
|
|
accessControlAllowMethods= ["GET", "OPTIONS", "PUT"]
|
|
|
|
accessControlAllowOrigin = "origin-list-or-null"
|
|
|
|
accessControlMaxAge = 100
|
|
|
|
addVaryHeader = true
|