summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-18 22:39:26 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-18 22:39:26 +0100
commit23b0a31471ec58813ab6584e01015c25b878d748 (patch)
tree525a8cd01f58dd777098d1c9de9759aacf73ae8e
parentd6a1bd2300ddfea1c7f48d34895bd474784c63ad (diff)
downloaddeployment-23b0a31471ec58813ab6584e01015c25b878d748.tar.gz
deployment-23b0a31471ec58813ab6584e01015c25b878d748.tar.bz2
deployment-23b0a31471ec58813ab6584e01015c25b878d748.zip
fix location
-rw-r--r--etc/nginx/sites-enabled/www-ssl.site1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nginx/sites-enabled/www-ssl.site b/etc/nginx/sites-enabled/www-ssl.site
index 62ac399..1c5dda9 100644
--- 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;
}