EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 9003a189 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

add traefik cors setting from vhr

parent d8e0cff5
No related branches found
No related tags found
No related merge requests found
......@@ -25,3 +25,12 @@ http:
redirect:
redirectScheme:
scheme: https
cors:
headers:
accessControlAllowMethods:
- GET
- OPTIONS
- POST
accessControlAllowOrigin: "origin-list-or-null"
accessControlMaxAge: 7200
addVaryHeader: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment