taler-deployment

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

commit 7f1a38d0220a33590e62b6b588c5127003bbfd5c
parent 84353f08295dfcc1861bf943016f3b1d7faa8165
Author: tg(x) <*@tg-x.net>
Date:   Fri, 14 Oct 2016 00:04:19 +0200

taler.net/files

Diffstat:
Metc/nginx/sites-enabled/www-ssl.site | 2+-
1 file changed, 1 insertion(+), 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 { + location ~ ^/(videos|files)$ { root /var/www; }