From a5df6a34b86d6ab34a7f2154a5082d8f6d643b36 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 23 Mar 2018 18:20:26 +0100 Subject: [PATCH] debian: update nginx-example.conf to serve theme resources (#22779) --- debian/nginx-example.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/nginx-example.conf b/debian/nginx-example.conf index 9acde280..223cc6ff 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; }