Projet

Général

Profil

0002-nginx-example.conf-serve-theme-resources.patch

Christophe Siraut, 23 mars 2018 18:27

Télécharger (775 octets)

Voir les différences:

Subject: [PATCH 2/4] nginx-example.conf: serve theme resources

 debian/nginx-example.conf | 1 +
 1 file changed, 1 insertion(+)
debian/nginx-example.conf
12 12
        location ~ ^/static/(.+)$ {
13 13
            root /;
14 14
            try_files /var/lib/combo/tenants/$host/static/$1
15
                      /var/lib/combo/tenants/$host/theme/static/$1
15 16
                      /var/lib/combo/collectstatic/$1
16 17
                      =404;
17 18
        }
18
-