From a1149594e41c62dc5097b851512abda732bc384d Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 23 Mar 2018 18:20:26 +0100 Subject: [PATCH 2/4] nginx-example.conf: serve theme resources --- debian/nginx-example.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/nginx-example.conf b/debian/nginx-example.conf index 9acde28..223cc6f 100644 --- a/debian/nginx-example.conf +++ b/debian/nginx-example.conf @@ -12,6 +12,7 @@ server { location ~ ^/static/(.+)$ { root /; try_files /var/lib/combo/tenants/$host/static/$1 + /var/lib/combo/tenants/$host/theme/static/$1 /var/lib/combo/collectstatic/$1 =404; } -- 2.11.0