taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 23b0a31471ec58813ab6584e01015c25b878d748
parent d6a1bd2300ddfea1c7f48d34895bd474784c63ad
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 18 Nov 2016 22:39:26 +0100

fix location

Diffstat:
Metc/nginx/sites-enabled/www-ssl.site | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/etc/nginx/sites-enabled/www-ssl.site b/etc/nginx/sites-enabled/www-ssl.site @@ -27,6 +27,7 @@ server { } location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ { + root /var/www/taler.net; expires 1y; }