From f17d631dd88d0a6d888e16e96e9e8155d3e911d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= Date: Fri, 22 Feb 2019 15:47:33 +0000 Subject: [PATCH] enable CORS --- config/Caddyfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/Caddyfile b/config/Caddyfile index 25a8db5..e1a144c 100644 --- a/config/Caddyfile +++ b/config/Caddyfile @@ -2,6 +2,8 @@ backend.fediverse.space { tls tao@btao.org gzip + cors + root /srv proxy / django:8000 { transparent