Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
260 B

  1. #jinja2: lstrip_blocks: "True"
  2. [[advanced.headers]]
  3. source = "/.well-known/matrix/*"
  4. headers.Content-Type = "application/json"
  5. headers.Access-Control-Allow-Origin = "*"
  6. headers.Cache-Control = "max-age={{ matrix_static_files_files_cache_time_hours * 3600 }}"