From 364cfe0131105d9dcdaa93b7fcaf045b28e11807 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 17 Sep 2021 09:59:51 +0200 Subject: [PATCH] Update nginx config for static files --- deployment/docker/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/docker/nginx.conf b/deployment/docker/nginx.conf index 38ad01e4a..7f249b550 100644 --- a/deployment/docker/nginx.conf +++ b/deployment/docker/nginx.conf @@ -65,6 +65,8 @@ http { access_log off; expires 365d; add_header Cache-Control "public"; + add_header Access-Control-Allow-Origin "*"; + gzip on; } location / { # Very important: