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; }