ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

commit 0399fb8969698de2e2dceb0253ebc89c896e30d8
parent 6e276e6adbd4433169f7bfd7b28a45a9738ff63f
Author: Florian Dold <florian@dold.me>
Date:   Mon, 21 Jul 2025 23:07:52 +0200

gls config, download directory for exchange

Diffstat:
Mroles/exchange/templates/etc/nginx/sites-available/exchange-nginx.conf.j2 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/roles/exchange/templates/etc/nginx/sites-available/exchange-nginx.conf.j2 b/roles/exchange/templates/etc/nginx/sites-available/exchange-nginx.conf.j2 @@ -38,4 +38,9 @@ server { location / { proxy_pass http://unix:/var/run/taler-exchange/httpd/exchange-http.sock; } + + location /downloads/ { + alias /var/www/downloads/; + autoindex off; + } }