debian: update nginx-example.conf to serve theme resources (#22779)

This commit is contained in:
Christophe Siraut 2018-03-23 18:20:26 +01:00 committed by Frédéric Péters
parent 887c43cfc9
commit a5df6a34b8
1 changed files with 1 additions and 0 deletions

View File

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