taler-deployment

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

commit d0a93cf152de7c48575aa3edd561b726ff7fc4be
parent e6898830f8a9d533f9d6b47b8f06099990801576
Author: tg(x) <*@tg-x.net>
Date:   Fri, 14 Oct 2016 00:12:04 +0200

taler.net/files

Diffstat:
Metc/nginx/sites-enabled/www-ssl.site | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/www-ssl.site b/etc/nginx/sites-enabled/www-ssl.site @@ -27,7 +27,7 @@ server { } # Note: this will go to /var/www/(videos|releases), which we took out of Git - location ~ ^/(videos|files)/?$ { + location /videos { root /var/www; } @@ -35,4 +35,8 @@ server { root /var/www; autoindex on; } + + location /files { + root /var/www; + } }